mirror of
https://github.com/boostorg/beast.git
synced 2025-06-25 03:51:36 +02:00
Set version to 120
This commit is contained in:
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
cmake_minimum_required (VERSION 3.5.2)
|
cmake_minimum_required (VERSION 3.5.2)
|
||||||
|
|
||||||
project (Beast VERSION 119)
|
project (Beast VERSION 120)
|
||||||
|
|
||||||
set_property (GLOBAL PROPERTY USE_FOLDERS ON)
|
set_property (GLOBAL PROPERTY USE_FOLDERS ON)
|
||||||
option (Beast_BUILD_EXAMPLES "Build examples" ON)
|
option (Beast_BUILD_EXAMPLES "Build examples" ON)
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
This is a simple integer that is incremented by one every
|
This is a simple integer that is incremented by one every
|
||||||
time a set of code changes is merged to the develop branch.
|
time a set of code changes is merged to the develop branch.
|
||||||
*/
|
*/
|
||||||
#define BOOST_BEAST_VERSION 119
|
#define BOOST_BEAST_VERSION 120
|
||||||
|
|
||||||
#define BOOST_BEAST_VERSION_STRING "Boost.Beast/" BOOST_STRINGIZE(BOOST_BEAST_VERSION)
|
#define BOOST_BEAST_VERSION_STRING "Boost.Beast/" BOOST_STRINGIZE(BOOST_BEAST_VERSION)
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
Automatic redirection failed, please go to
|
Automatic redirection failed, please go to
|
||||||
<a href="./doc/html/beast.html">./doc/html/index.html</a>
|
<a href="./doc/html/index.html">./doc/html/index.html</a>
|
||||||
<hr>
|
<hr>
|
||||||
<tt>
|
<tt>
|
||||||
Boost.Beast<br>
|
Boost.Beast<br>
|
||||||
|
Reference in New Issue
Block a user