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,15 +1,17 @@
Version 333:
* Workaround TSAN CI bug.
--------------------------------------------------------------------------------
Version 332:
Version 332:
* Fix beast::zlib warnings
* Improve documentation
--------------------------------------------------------------------------------
Version 331:
Version 331:
* Using core::string_view instead of utility::string_view
* Use static_string from Boost.StaticString

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