From f700e85b0f5d206d31ec3b67c306126d06085aeb Mon Sep 17 00:00:00 2001 From: Richard Hodges Date: Tue, 16 Aug 2022 11:57:52 +0200 Subject: [PATCH] Set version to 333 close #2500 close #2501 --- CHANGELOG.md | 6 ++++-- include/boost/beast/version.hpp | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4841dd19..82af9b8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,17 @@ +Version 333: + * Workaround TSAN CI bug. -------------------------------------------------------------------------------- -Version 332: +Version 332: * Fix beast::zlib warnings * Improve documentation -------------------------------------------------------------------------------- -Version 331: +Version 331: * Using core::string_view instead of utility::string_view * Use static_string from Boost.StaticString diff --git a/include/boost/beast/version.hpp b/include/boost/beast/version.hpp index 72174166..176369c0 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 332 +#define BOOST_BEAST_VERSION 333 #define BOOST_BEAST_VERSION_STRING "Boost.Beast/" BOOST_STRINGIZE(BOOST_BEAST_VERSION)