Set version to 343.

This commit is contained in:
Klemens Morgenstern
2022-10-27 23:05:46 +08:00
committed by Klemens Morgenstern
parent 09bfca1fa1
commit 62e1b0e2fe
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
Version 343:
* Beast IO-objects support rebinding constructors
* C++20 coroutine examples
Version 342:
* Support per operation cancellation

View File

@@ -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 342
#define BOOST_BEAST_VERSION 343
// 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)