Set version to 296

closes #1934, closes #1970
This commit is contained in:
Richard Hodges
2020-06-03 12:58:53 +02:00
parent 0fa658f644
commit f25c904d14
3 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,5 @@
Version 296:
* Remove buffers_adapter.hpp (API Change) * Remove buffers_adapter.hpp (API Change)
* Remove zlib error `invalid_code_lenths`(sic) (API Change) * Remove zlib error `invalid_code_lenths`(sic) (API Change)
* Remove `core/type_traits.hpp` (API Change) * Remove `core/type_traits.hpp` (API Change)

View File

@ -40,7 +40,7 @@ endfunction()
# #
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
project (Beast VERSION 295) project (Beast VERSION 296)
set_property (GLOBAL PROPERTY USE_FOLDERS ON) set_property (GLOBAL PROPERTY USE_FOLDERS ON)
option (Beast_BUILD_EXAMPLES "Build examples" ON) option (Beast_BUILD_EXAMPLES "Build examples" ON)

View File

@ -20,7 +20,7 @@
This is a simple integer that is incremented by one every This is a simple integer that is incremented by one every
time a set of code changes is merged to the develop branch. time a set of code changes is merged to the develop branch.
*/ */
#define BOOST_BEAST_VERSION 295 #define BOOST_BEAST_VERSION 296
#define BOOST_BEAST_VERSION_STRING "Boost.Beast/" BOOST_STRINGIZE(BOOST_BEAST_VERSION) #define BOOST_BEAST_VERSION_STRING "Boost.Beast/" BOOST_STRINGIZE(BOOST_BEAST_VERSION)