File tree 3 files changed +4
-2
lines changed 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change
1
+ Version 300:
2
+
1
3
* Fix compile errors under Clang 3.4
2
4
* Fix portability bug in websocket server sync example.
3
5
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ endfunction()
40
40
#
41
41
#-------------------------------------------------------------------------------
42
42
43
- project (Beast VERSION 299 )
43
+ project (Beast VERSION 300 )
44
44
45
45
set_property (GLOBAL PROPERTY USE_FOLDERS ON )
46
46
option (Beast_BUILD_EXAMPLES "Build examples" ON )
Original file line number Diff line number Diff line change 20
20
This is a simple integer that is incremented by one every
21
21
time a set of code changes is merged to the develop branch.
22
22
*/
23
- #define BOOST_BEAST_VERSION 299
23
+ #define BOOST_BEAST_VERSION 300
24
24
25
25
#define BOOST_BEAST_VERSION_STRING " Boost.Beast/" BOOST_STRINGIZE(BOOST_BEAST_VERSION)
26
26
You can’t perform that action at this time.
0 commit comments