Set version to 286

close #1861, close #1862, close #1864, close #1845, close #1866
This commit is contained in:
Richard Hodges
2020-02-26 11:24:12 +01:00
committed by Vinnie Falco
parent c682eb46e7
commit c8a726f962
2 changed files with 2 additions and 2 deletions

View File

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