Set version to 73

This commit is contained in:
Vinnie Falco
2017-07-04 21:24:26 -07:00
parent 37461a1c4c
commit aff5f392e2
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
cmake_minimum_required (VERSION 3.5.2)
project (Beast VERSION 72)
project (Beast VERSION 73)
set_property (GLOBAL PROPERTY USE_FOLDERS ON)
option (Beast_BUILD_EXAMPLES "Build examples" ON)

View File

@@ -18,7 +18,7 @@
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.
*/
#define BEAST_VERSION 72
#define BEAST_VERSION 73
#define BEAST_VERSION_STRING "Beast/" BOOST_STRINGIZE(BEAST_VERSION)