Set version to 349.

This commit is contained in:
Fernando Pelliccioni
2023-10-13 10:52:15 +02:00
parent dd875463ff
commit 19976ff016
3 changed files with 35 additions and 20 deletions

View File

@ -1,3 +1,18 @@
Version 349:
* Added support for `immediate_executor`. (#2672)
* Replaced `BOOST_ASIO_INITFN_RESULT_TYPE` with `BOOST_ASIO_INITFN_AUTO_RES`. (#2669)
* Updated license info for `work_guard`. (#2664)
* Corrected handler requirements of ping/pong. (#2663)
* Improved Drone caching. (#2655)
* `server-flex-awaitable` example now resets parser. (#2660)
* Updated openssl version to 1.1.1.2100 for x86. (#2659)
* Set minimum gcc version to 5.0. (#2658)
* Introduced self-hosted GitHub actions runners. (#2656)
* Minor documentation fixes and updates.
--------------------------------------------------------------------------------
Version 348:
* multiple CI fixes

View File

@ -83,7 +83,7 @@ endfunction()
#
#-------------------------------------------------------------------------------
project (Beast VERSION 348)
project (Beast VERSION 349)
set_property (GLOBAL PROPERTY USE_FOLDERS ON)
option (Beast_BUILD_EXAMPLES "Build examples" ON)

View File

@ -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 348
#define BOOST_BEAST_VERSION 349
// A string describing BOOST_BEAST_VERSION, that can be used in http headers.
#define BOOST_BEAST_VERSION_STRING "Boost.Beast/" BOOST_STRINGIZE(BOOST_BEAST_VERSION)