From c8a726f962b2fbf77d00b273b3c6fb0dd975a6b5 Mon Sep 17 00:00:00 2001 From: Richard Hodges Date: Wed, 26 Feb 2020 11:24:12 +0100 Subject: [PATCH] Set version to 286 close #1861, close #1862, close #1864, close #1845, close #1866 --- CMakeLists.txt | 2 +- include/boost/beast/version.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9b34d282..830f12e1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,7 +40,7 @@ endfunction() # #------------------------------------------------------------------------------- -project (Beast VERSION 285) +project (Beast VERSION 286) 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 a4933138..afcbbc93 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 285 +#define BOOST_BEAST_VERSION 286 #define BOOST_BEAST_VERSION_STRING "Boost.Beast/" BOOST_STRINGIZE(BOOST_BEAST_VERSION)