Set version to 1.0.0-b11

This commit is contained in:
Vinnie Falco
2016-08-26 10:01:11 -04:00
parent b7201be164
commit 187d0c954a
2 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,15 @@
1.0.0-b11
* Set URI in generated WebSocket Upgrade requests
* Rename echo server class and file names
* Rename to DynamicBuffer in some code and documentation
* Fix integer warnings in Windows builds
* Add 32 and 64 bit Windows build support
* Update README for build instructions and more
* Add repository and documention banners
--------------------------------------------------------------------------------
1.0.0-b10
* Fix compilation warnings

View File

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