mirror of
https://github.com/boostorg/beast.git
synced 2025-07-31 21:34:46 +02:00
Set version to 76
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
cmake_minimum_required (VERSION 3.5.2)
|
cmake_minimum_required (VERSION 3.5.2)
|
||||||
|
|
||||||
project (Beast VERSION 75)
|
project (Beast VERSION 76)
|
||||||
|
|
||||||
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)
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
This is a simple integer that is incremented by one every time
|
This is a simple integer that is incremented by one every time
|
||||||
a set of code changes is merged to the master or develop branch.
|
a set of code changes is merged to the master or develop branch.
|
||||||
*/
|
*/
|
||||||
#define BEAST_VERSION 75
|
#define BEAST_VERSION 76
|
||||||
|
|
||||||
#define BEAST_VERSION_STRING "Beast/" BOOST_STRINGIZE(BEAST_VERSION)
|
#define BEAST_VERSION_STRING "Beast/" BOOST_STRINGIZE(BEAST_VERSION)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user