From e57c74b56c185bbb834386730c4ab63c3dd4c1d9 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Mon, 26 Nov 2018 13:47:30 -0800 Subject: [PATCH] Set version to 192 --- 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 8b5dbfe7..b536b8ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +Version 192: + * Use mp11::integer_sequence * Tidy up warnings and deprecated usage * http::message is not-a boost::empty_value diff --git a/CMakeLists.txt b/CMakeLists.txt index b54bf044..335eadf6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ cmake_minimum_required (VERSION 3.5.1) -project (Beast VERSION 191) +project (Beast VERSION 192) 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 5f0000b6..9698b496 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 191 +#define BOOST_BEAST_VERSION 192 #define BOOST_BEAST_VERSION_STRING "Boost.Beast/" BOOST_STRINGIZE(BOOST_BEAST_VERSION)