From 62e1b0e2fe5e0145da6c2f47e03f256e27d05318 Mon Sep 17 00:00:00 2001 From: Klemens Morgenstern Date: Thu, 27 Oct 2022 23:05:46 +0800 Subject: [PATCH] Set version to 343. --- CHANGELOG.md | 5 +++++ include/boost/beast/version.hpp | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb7f37f9..6f0afdcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +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 42590eff..5a8e608d 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 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)