mirror of
https://github.com/boostorg/beast.git
synced 2025-08-03 14:54:32 +02:00
Set version to 177
This commit is contained in:
@@ -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)
|
||||
|
@@ -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`]
|
||||
|
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user