Set version to 345.

This commit is contained in:
Klemens Morgenstern
2022-12-07 13:52:54 +08:00
parent af46c89068
commit 5e55b558e0
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
Version 345:
* Warning & typo fixes.
--------------------------------------------------------------------------------
Version 344:
* Internal fixes adopting to asio changes.
@@ -5,7 +11,6 @@ Version 344:
--------------------------------------------------------------------------------
Version 343:
* Beast IO-objects support rebinding constructors

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 344
#define BOOST_BEAST_VERSION 345
// 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)