Skip to content

Commit 201105e

Browse files
committed
Set version to 300
closes boostorg#2017
1 parent 2efb729 commit 201105e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
Version 300:
2+
13
* Fix compile errors under Clang 3.4
24
* Fix portability bug in websocket server sync example.
35

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ endfunction()
4040
#
4141
#-------------------------------------------------------------------------------
4242

43-
project (Beast VERSION 299)
43+
project (Beast VERSION 300)
4444

4545
set_property (GLOBAL PROPERTY USE_FOLDERS ON)
4646
option (Beast_BUILD_EXAMPLES "Build examples" ON)

include/boost/beast/version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
This is a simple integer that is incremented by one every
2121
time a set of code changes is merged to the develop branch.
2222
*/
23-
#define BOOST_BEAST_VERSION 299
23+
#define BOOST_BEAST_VERSION 300
2424

2525
#define BOOST_BEAST_VERSION_STRING "Boost.Beast/" BOOST_STRINGIZE(BOOST_BEAST_VERSION)
2626

0 commit comments

Comments
 (0)