Set Version to 298

closes #1999
This commit is contained in:
Richard Hodges
2020-07-03 15:58:53 +02:00
parent a9b5bf343d
commit 03d43aa397
3 changed files with 4 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
Version 298:
* Support BOOST_ASIO_NO_TS_EXECUTORS. * Support BOOST_ASIO_NO_TS_EXECUTORS.
* Use strand<> rather than legacy executor io_context::strand. * Use strand<> rather than legacy executor io_context::strand.
* Use dispatch/post free functions to be independent of executor concept. * Use dispatch/post free functions to be independent of executor concept.

View File

@@ -40,7 +40,7 @@ endfunction()
# #
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
project (Beast VERSION 297) project (Beast VERSION 298)
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 297 #define BOOST_BEAST_VERSION 298
#define BOOST_BEAST_VERSION_STRING "Boost.Beast/" BOOST_STRINGIZE(BOOST_BEAST_VERSION) #define BOOST_BEAST_VERSION_STRING "Boost.Beast/" BOOST_STRINGIZE(BOOST_BEAST_VERSION)