Set Beast version to 1.0.0-b7

This commit is contained in:
Vinnie Falco
2016-06-21 13:23:06 -04:00
parent 344e4c942c
commit 908ac75f7c

View File

@@ -14,8 +14,8 @@
// BEAST_VERSION / 100 % 1000 is the minor version
// BEAST_VERSION / 100000 is the major version
//
#define BEAST_VERSION 100006
#define BEAST_VERSION 100000
#define BEAST_VERSION_STRING "1.0.0-b6"
#define BEAST_VERSION_STRING "1.0.0-b7"
#endif