Set version to 1.0.0-b13

This commit is contained in:
Vinnie Falco
2016-09-02 10:11:47 -04:00
parent f8bb91862e
commit dfea8ff266
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
1.0.0-b13 1.0.0-b13
* dstream improvements
* Remove bin and bin64 directories * Remove bin and bin64 directories
* Tidy up .vcxproj file groupings
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------

View File

@ -16,6 +16,6 @@
// //
#define BEAST_VERSION 100000 #define BEAST_VERSION 100000
#define BEAST_VERSION_STRING "1.0.0-b12" #define BEAST_VERSION_STRING "1.0.0-b13"
#endif #endif