mirror of
https://github.com/boostorg/beast.git
synced 2025-07-30 12:57:31 +02:00
Set version to 349.
This commit is contained in:
15
CHANGELOG.md
15
CHANGELOG.md
@ -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
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
Reference in New Issue
Block a user