From 4eb7d06d5d5b2b73c681f1a161cc50be697e8197 Mon Sep 17 00:00:00 2001 From: Richard Hodges Date: Mon, 24 Aug 2020 12:27:25 +0200 Subject: [PATCH] Set version to 301 --- CMakeLists.txt | 2 +- include/boost/beast/version.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6ce04482..97d82bfb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,7 +40,7 @@ endfunction() # #------------------------------------------------------------------------------- -project (Beast VERSION 300) +project (Beast VERSION 301) 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 2efd68c7..b0340677 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 300 +#define BOOST_BEAST_VERSION 301 #define BOOST_BEAST_VERSION_STRING "Boost.Beast/" BOOST_STRINGIZE(BOOST_BEAST_VERSION)