Set version to 288

This commit is contained in:
Richard Hodges
2020-03-18 15:55:03 +01:00
parent 7e48270c1b
commit 5e9e517dc5
3 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
Version 288:
--------------------------------------------------------------------------------
Version 287:
* Remove CODE_OF_CONDUCT.md

View File

@@ -40,7 +40,7 @@ endfunction()
#
#-------------------------------------------------------------------------------
project (Beast VERSION 287)
project (Beast VERSION 288)
set_property (GLOBAL PROPERTY USE_FOLDERS 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
time a set of code changes is merged to the develop branch.
*/
#define BOOST_BEAST_VERSION 287
#define BOOST_BEAST_VERSION 288
#define BOOST_BEAST_VERSION_STRING "Boost.Beast/" BOOST_STRINGIZE(BOOST_BEAST_VERSION)