From b986b3b1b0dbd96e4426d29afa3da8f77c3b4da8 Mon Sep 17 00:00:00 2001 From: Klemens Morgenstern Date: Tue, 1 Nov 2022 14:48:21 +0800 Subject: [PATCH] Set version to 344. --- CHANGELOG.md | 10 ++++++++++ include/boost/beast/version.hpp | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f0afdcc..03fb41cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,18 @@ +Version 344: + +* Internal fixes adopting to asio changes. + + +-------------------------------------------------------------------------------- + + Version 343: * Beast IO-objects support rebinding constructors * C++20 coroutine examples +-------------------------------------------------------------------------------- + Version 342: * Support per operation cancellation diff --git a/include/boost/beast/version.hpp b/include/boost/beast/version.hpp index 5a8e608d..ea8b2b15 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 343 +#define BOOST_BEAST_VERSION 344 // 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)