From 855fc23885307aeb6ad1318001a4bbdd4345d47c Mon Sep 17 00:00:00 2001 From: Richard Hodges Date: Thu, 3 Sep 2020 16:11:38 +0200 Subject: [PATCH] Set version to 302 --- CHANGELOG.md | 2 +- CMakeLists.txt | 2 +- include/boost/beast/version.hpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69ce12a5..7328f94b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -Version XXX: +Version302: * Fix assert when basic_stream used as underlying of ssl::stream with zero-length write. * Add Sec-* HTTP headers. diff --git a/CMakeLists.txt b/CMakeLists.txt index 97d82bfb..a0fe6a47 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,7 +40,7 @@ endfunction() # #------------------------------------------------------------------------------- -project (Beast VERSION 301) +project (Beast VERSION 302) set_property (GLOBAL PROPERTY USE_FOLDERS ON) option (Beast_BUILD_EXAMPLES "Build examples" ON) diff --git a/include/boost/beast/version.hpp b/include/boost/beast/version.hpp index b0340677..19f9811d 100644 --- a/include/boost/beast/version.hpp +++ b/include/boost/beast/version.hpp @@ -20,7 +20,7 @@ This is a simple integer that is incremented by one every time a set of code changes is merged to the develop branch. */ -#define BOOST_BEAST_VERSION 301 +#define BOOST_BEAST_VERSION 302 #define BOOST_BEAST_VERSION_STRING "Boost.Beast/" BOOST_STRINGIZE(BOOST_BEAST_VERSION)