Skip to content

Commit

Permalink
Set version to 346.
Browse files Browse the repository at this point in the history
  • Loading branch information
klemens-morgenstern committed Feb 5, 2023
1 parent 1d96575 commit 341ac75
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,16 @@
Version 346:

* beast file_body & file support seek
* file_body buffer size can be configured
* examples & tests use context instead of coroutine
* basic_stream doesn't use try-catch with no-exceptions set
* error categories use numeric id
* timer inside basic_stream uses the right executor
* self-posting is posting to the io-object's executor
* all error_codes use source_locations

--------------------------------------------------------------------------------

Version 345:

* Warning & typo fixes.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -83,7 +83,7 @@ endfunction()
#
#-------------------------------------------------------------------------------

project (Beast VERSION 336)
project (Beast VERSION 346)

set_property (GLOBAL PROPERTY USE_FOLDERS ON)
option (Beast_BUILD_EXAMPLES "Build examples" ON)
Expand Down
2 changes: 1 addition & 1 deletion include/boost/beast/version.hpp
Expand Up @@ -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 345
#define BOOST_BEAST_VERSION 346

// 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)
Expand Down

0 comments on commit 341ac75

Please sign in to comment.