Skip to content

Commit 7fe74b1

Browse files
committed
Set version to 120
1 parent c0cf030 commit 7fe74b1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
cmake_minimum_required (VERSION 3.5.2)
1111

12-
project (Beast VERSION 119)
12+
project (Beast VERSION 120)
1313

1414
set_property (GLOBAL PROPERTY USE_FOLDERS ON)
1515
option (Beast_BUILD_EXAMPLES "Build examples" ON)

include/boost/beast/version.hpp

+1-1
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 119
23+
#define BOOST_BEAST_VERSION 120
2424

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

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</head>
66
<body>
77
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>
99
<hr>
1010
<tt>
1111
Boost.Beast<br>

0 commit comments

Comments
 (0)