From 50512cb5cd55e4e7dd51c13e5ff37a605a379e54 Mon Sep 17 00:00:00 2001 From: Richard Hodges Date: Fri, 19 Mar 2021 00:38:45 +0100 Subject: [PATCH] Set version to 312 closes #2202 --- CHANGELOG.md | 2 ++ CMakeLists.txt | 2 +- include/boost/beast/version.hpp | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aab51ff7..63da064c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +Version 312: + * Enable Github Actions CI. -------------------------------------------------------------------------------- diff --git a/CMakeLists.txt b/CMakeLists.txt index ef26bb1e..c91cf150 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,7 +40,7 @@ endfunction() # #------------------------------------------------------------------------------- -project (Beast VERSION 311) +project (Beast VERSION 312) set_property (GLOBAL PROPERTY USE_FOLDERS ON) option (Beast_BUILD_EXAMPLES "Build examples" ON) diff --git a/include/boost/beast/version.hpp b/include/boost/beast/version.hpp index efb9e491..63f11e62 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 311 +#define BOOST_BEAST_VERSION 312 #define BOOST_BEAST_VERSION_STRING "Boost.Beast/" BOOST_STRINGIZE(BOOST_BEAST_VERSION)