mirror of
https://github.com/boostorg/beast.git
synced 2025-07-29 12:27:44 +02:00
Set version to 341.
This commit is contained in:
committed by
Klemens Morgenstern
parent
2820d256e8
commit
32b56cb0b2
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,9 +1,17 @@
|
||||
Version 340:
|
||||
Version 341:
|
||||
|
||||
* 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:
|
||||
|
||||
* BOOST_BEAST_USE_STD_STRING_VIEW is replaced by boost/core string_view.
|
||||
|
@ -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 340
|
||||
#define BOOST_BEAST_VERSION 341
|
||||
|
||||
// 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)
|
||||
|
Reference in New Issue
Block a user