Set version to 57

This commit is contained in:
Vinnie Falco
2017-06-14 16:31:04 -07:00
parent 164569157a
commit 1cb4601005
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
cmake_minimum_required (VERSION 3.5.2) cmake_minimum_required (VERSION 3.5.2)
project (Beast VERSION 56) project (Beast VERSION 57)
set_property (GLOBAL PROPERTY USE_FOLDERS ON) set_property (GLOBAL PROPERTY USE_FOLDERS ON)

View File

@@ -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 56 #define BEAST_VERSION 57
#define BEAST_VERSION_STRING "Beast/" BOOST_STRINGIZE(BEAST_VERSION) #define BEAST_VERSION_STRING "Beast/" BOOST_STRINGIZE(BEAST_VERSION)