Set version to 42

This commit is contained in:
Vinnie Falco
2017-05-18 08:52:00 -07:00
parent 9e16e24ec4
commit e6ef8261f6

View File

@@ -20,7 +20,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 41 #define BEAST_VERSION 42
#define BEAST_VERSION_STRING "Beast/" BEAST_STR(BEAST_VERSION) #define BEAST_VERSION_STRING "Beast/" BEAST_STR(BEAST_VERSION)