From 47ea201d6ea8ef51bacf14a037808c05ca1f354e Mon Sep 17 00:00:00 2001 From: Richard Hodges Date: Sun, 18 Apr 2021 15:09:10 +0200 Subject: [PATCH] Set version to 315 --- 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 51b04bfb..1028286d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +Version 315: + * Documentation uses docca jam module. -------------------------------------------------------------------------------- diff --git a/CMakeLists.txt b/CMakeLists.txt index ffa56f03..1f499f16 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,7 +40,7 @@ endfunction() # #------------------------------------------------------------------------------- -project (Beast VERSION 314) +project (Beast VERSION 315) 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 1475c717..9ade6d33 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 314 +#define BOOST_BEAST_VERSION 315 #define BOOST_BEAST_VERSION_STRING "Boost.Beast/" BOOST_STRINGIZE(BOOST_BEAST_VERSION)