Set version to 305

This commit is contained in:
Richard Hodges
2020-11-20 18:11:00 +01:00
parent 1f4561b0c6
commit 60d5745acc
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
Version 305:
* Fix documentation build.
--------------------------------------------------------------------------------
Version 304: Version 304:
* Fix C++20 coroutine tests. * Fix C++20 coroutine tests.

View File

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