mirror of
https://github.com/boostorg/beast.git
synced 2025-07-29 20:37:31 +02:00
@ -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
|
||||
|
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user