File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
10
10
cmake_minimum_required (VERSION 3.5.2)
11
11
12
- project (Beast VERSION 119 )
12
+ project (Beast VERSION 120 )
13
13
14
14
set_property (GLOBAL PROPERTY USE_FOLDERS ON )
15
15
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 119
23
+ #define BOOST_BEAST_VERSION 120
24
24
25
25
#define BOOST_BEAST_VERSION_STRING " Boost.Beast/" BOOST_STRINGIZE(BOOST_BEAST_VERSION)
26
26
Original file line number Diff line number Diff line change 5
5
</ head >
6
6
< body >
7
7
Automatic redirection failed, please go to
8
- < a href ="./doc/html/beast .html "> ./doc/html/index.html</ a >
8
+ < a href ="./doc/html/index .html "> ./doc/html/index.html</ a >
9
9
< hr >
10
10
< tt >
11
11
Boost.Beast< br >
You can’t perform that action at this time.
0 commit comments