From 710cc53331f197f6f17e8c38454c09df68e43c03 Mon Sep 17 00:00:00 2001 From: Richard Hodges Date: Sun, 6 Jun 2021 19:48:16 +0200 Subject: [PATCH] Set version to 318 closes #2255 --- 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 2f808957..c705f48a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +Version 318: + * Add a Boost-friendly subproject case to CMakeLists. * Remove use of POSIX-only constant. diff --git a/CMakeLists.txt b/CMakeLists.txt index 9ab5e8a4..ee4972dc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -82,7 +82,7 @@ endfunction() # #------------------------------------------------------------------------------- -project (Beast VERSION 317) +project (Beast VERSION 318) 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 dad4f11c..6c0dcd80 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 317 +#define BOOST_BEAST_VERSION 318 #define BOOST_BEAST_VERSION_STRING "Boost.Beast/" BOOST_STRINGIZE(BOOST_BEAST_VERSION)