Set version to 177

This commit is contained in:
Vinnie Falco
2018-07-12 11:10:00 -07:00
parent ceddef35a7
commit e9e5d159c6
3 changed files with 6 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
cmake_minimum_required (VERSION 3.5.1)
project (Beast VERSION 176)
project (Beast VERSION 177)
set_property (GLOBAL PROPERTY USE_FOLDERS ON)
option (Beast_BUILD_EXAMPLES "Build examples" ON)

View File

@@ -48,6 +48,8 @@ in future versions.
* Improvements to [link beast.ref.boost__beast__buffers_adapter `buffers_adapter`]
* ([Issue 1188]) Set "/permissive-" for MSVC builds
* ([issue 1109]) Use a shared string for example HTTP server doc roots
* ([issue 1079]) Add [link beast.ref.boost__beast__handler_ptr.has_value `handler_ptr::has_value`]
@@ -68,6 +70,8 @@ in future versions.
* ([issue 1141]) Tidy up composed operation doc
* ([issue 1186]) Check error in example set_option
* Tidy up websocket stream javadocs
* Fix move-only arguments in [link beast.ref.boost__beast__bind_handler `bind_handler`]

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 176
#define BOOST_BEAST_VERSION 177
#define BOOST_BEAST_VERSION_STRING "Boost.Beast/" BOOST_STRINGIZE(BOOST_BEAST_VERSION)