From 7e48270c1bc4a38f5d6bd295eceacfb34a08b83d Mon Sep 17 00:00:00 2001 From: Richard Hodges Date: Tue, 17 Mar 2020 16:08:11 +0100 Subject: [PATCH] Set version to 287 --- CHANGELOG.md | 2 +- CMakeLists.txt | 2 +- include/boost/beast/version.hpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4c2726a..e015e57c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -Version XXX: +Version 287: * Remove CODE_OF_CONDUCT.md * Refactor websocket read diff --git a/CMakeLists.txt b/CMakeLists.txt index 830f12e1..eea1ce58 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,7 +40,7 @@ endfunction() # #------------------------------------------------------------------------------- -project (Beast VERSION 286) +project (Beast VERSION 287) 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 afcbbc93..d98e4c28 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 286 +#define BOOST_BEAST_VERSION 287 #define BOOST_BEAST_VERSION_STRING "Boost.Beast/" BOOST_STRINGIZE(BOOST_BEAST_VERSION)