From 5e55b558e0f2f0ddc0be00fa37012b204a2bb6ff Mon Sep 17 00:00:00 2001 From: Klemens Morgenstern Date: Wed, 7 Dec 2022 13:52:54 +0800 Subject: [PATCH] Set version to 345. --- CHANGELOG.md | 7 ++++++- include/boost/beast/version.hpp | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03fb41cd..e39cabb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/include/boost/beast/version.hpp b/include/boost/beast/version.hpp index ea8b2b15..e2aec8c0 100644 --- a/include/boost/beast/version.hpp +++ b/include/boost/beast/version.hpp @@ -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)