From dfea8ff266724d2afa6dfc730cfa571af4c8cdd9 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Fri, 2 Sep 2016 10:11:47 -0400 Subject: [PATCH] Set version to 1.0.0-b13 --- CHANGELOG.md | 2 ++ include/beast/version.hpp | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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