From e9e5d159c6f93a6901d8a2e310e6cd1703e38744 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Thu, 12 Jul 2018 11:10:00 -0700 Subject: [PATCH] Set version to 177 --- CMakeLists.txt | 2 +- doc/qbk/09_releases.qbk | 4 ++++ include/boost/beast/version.hpp | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bfe53b12..f9bc56d6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/doc/qbk/09_releases.qbk b/doc/qbk/09_releases.qbk index 37324eb8..7446d5d0 100644 --- a/doc/qbk/09_releases.qbk +++ b/doc/qbk/09_releases.qbk @@ -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`] diff --git a/include/boost/beast/version.hpp b/include/boost/beast/version.hpp index df99ef20..eb037602 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 176 +#define BOOST_BEAST_VERSION 177 #define BOOST_BEAST_VERSION_STRING "Boost.Beast/" BOOST_STRINGIZE(BOOST_BEAST_VERSION)