diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f718bfe..d82c196b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ 1.0.0-b13 +* dstream improvements * Remove bin and bin64 directories +* Tidy up .vcxproj file groupings -------------------------------------------------------------------------------- diff --git a/include/beast/version.hpp b/include/beast/version.hpp index 41761bf5..feb17e67 100644 --- a/include/beast/version.hpp +++ b/include/beast/version.hpp @@ -16,6 +16,6 @@ // #define BEAST_VERSION 100000 -#define BEAST_VERSION_STRING "1.0.0-b12" +#define BEAST_VERSION_STRING "1.0.0-b13" #endif