mirror of
https://github.com/boostorg/beast.git
synced 2025-07-31 05:17:26 +02:00
Set version to 344.
This commit is contained in:
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,8 +1,18 @@
|
|||||||
|
Version 344:
|
||||||
|
|
||||||
|
* Internal fixes adopting to asio changes.
|
||||||
|
|
||||||
|
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
Version 343:
|
Version 343:
|
||||||
|
|
||||||
* Beast IO-objects support rebinding constructors
|
* Beast IO-objects support rebinding constructors
|
||||||
* C++20 coroutine examples
|
* C++20 coroutine examples
|
||||||
|
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
Version 342:
|
Version 342:
|
||||||
|
|
||||||
* Support per operation cancellation
|
* Support per operation cancellation
|
||||||
|
@ -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 343
|
#define BOOST_BEAST_VERSION 344
|
||||||
|
|
||||||
// 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)
|
||||||
|
Reference in New Issue
Block a user