From f5064e0c460664fa34fdad44e2379a2309d39685 Mon Sep 17 00:00:00 2001 From: Richard Hodges Date: Mon, 20 Apr 2020 11:46:07 +0200 Subject: [PATCH] Set version to 290 --- CHANGELOG.md | 5 +++++ CMakeLists.txt | 2 +- include/boost/beast/version.hpp | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71bfe147..63562ba9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +Version 290: + +* Travis build host now bionic +* Update Release Notes + Version 289: * Fix Host header in websocket examples diff --git a/CMakeLists.txt b/CMakeLists.txt index 0964698f..92113b1f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,7 +40,7 @@ endfunction() # #------------------------------------------------------------------------------- -project (Beast VERSION 289) +project (Beast VERSION 290) 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 4200bff4..236459fd 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 289 +#define BOOST_BEAST_VERSION 290 #define BOOST_BEAST_VERSION_STRING "Boost.Beast/" BOOST_STRINGIZE(BOOST_BEAST_VERSION)