Set version to 192

This commit is contained in:
Vinnie Falco
2018-11-26 13:47:30 -08:00
parent 02fb4983f6
commit e57c74b56c
3 changed files with 4 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
Version 192:
* Use mp11::integer_sequence
* Tidy up warnings and deprecated usage
* http::message is not-a boost::empty_value

View File

@@ -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)

View File

@@ -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)