Set version to 1.0.0-b10

This commit is contained in:
Vinnie Falco
2016-08-12 19:46:23 -04:00
parent 306cdf22d0
commit fc677536bf
2 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,16 @@
1.0.0-b10
* Fix compilation warnings
* Add websocketpp comparison to HTML documentation
--------------------------------------------------------------------------------
1.0.0-b9
* Fix CMakeLists.txt
--------------------------------------------------------------------------------
1.0.0-b8 1.0.0-b8
* Fix include in example code * Fix include in example code

View File

@ -16,6 +16,6 @@
// //
#define BEAST_VERSION 100000 #define BEAST_VERSION 100000
#define BEAST_VERSION_STRING "1.0.0-b9" #define BEAST_VERSION_STRING "1.0.0-b10"
#endif #endif