Set version to 341.

This commit is contained in:
Klemens Morgenstern
2022-10-12 10:13:22 +08:00
committed by Klemens Morgenstern
parent 2820d256e8
commit 32b56cb0b2
2 changed files with 10 additions and 2 deletions

View File

@ -1,9 +1,17 @@
Version 340: Version 341:
* Expect header field with the "100-continue" is handled in upgrade. * Expect header field with the "100-continue" is handled in upgrade.
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
Version 340:
* buffers have a features table in the docs
* buffer_ref allows using beast buffers with asio
* buffer_adaptor works with multi-buffer
--------------------------------------------------------------------------------
Version 339: Version 339:
* BOOST_BEAST_USE_STD_STRING_VIEW is replaced by boost/core string_view. * BOOST_BEAST_USE_STD_STRING_VIEW is replaced by boost/core string_view.

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 340 #define BOOST_BEAST_VERSION 341
// A string describing BOOST_BEAST_VERSION, that can be used in http headers. // A string describing BOOST_BEAST_VERSION, that can be used in http headers.
#define BOOST_BEAST_VERSION_STRING "Boost.Beast/" BOOST_STRINGIZE(BOOST_BEAST_VERSION) #define BOOST_BEAST_VERSION_STRING "Boost.Beast/" BOOST_STRINGIZE(BOOST_BEAST_VERSION)