mirror of
https://github.com/boostorg/beast.git
synced 2025-08-01 22:04:34 +02:00
@@ -1,15 +1,17 @@
|
|||||||
|
Version 333:
|
||||||
|
|
||||||
* Workaround TSAN CI bug.
|
* Workaround TSAN CI bug.
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
Version 332:
|
Version 332:
|
||||||
|
|
||||||
* Fix beast::zlib warnings
|
* Fix beast::zlib warnings
|
||||||
* Improve documentation
|
* Improve documentation
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
Version 331:
|
Version 331:
|
||||||
|
|
||||||
* Using core::string_view instead of utility::string_view
|
* Using core::string_view instead of utility::string_view
|
||||||
* Use static_string from Boost.StaticString
|
* Use static_string from Boost.StaticString
|
||||||
|
@@ -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)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user