Set version to 333

close #2500
close #2501
This commit is contained in:
Richard Hodges
2022-08-16 11:57:52 +02:00
parent 3f7f2572b0
commit f700e85b0f
2 changed files with 5 additions and 3 deletions

View File

@@ -1,3 +1,5 @@
Version 333:
* Workaround TSAN CI bug. * Workaround TSAN CI bug.
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------

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 332 #define BOOST_BEAST_VERSION 333
#define BOOST_BEAST_VERSION_STRING "Boost.Beast/" BOOST_STRINGIZE(BOOST_BEAST_VERSION) #define BOOST_BEAST_VERSION_STRING "Boost.Beast/" BOOST_STRINGIZE(BOOST_BEAST_VERSION)