From 2f9a8440c2432d8a196571d6300404cb76314125 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 2f718bfe07..d82c196bcd 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 41761bf5fe..feb17e679d 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