From 0a347f2b2531ae3142f304a29278f89704964db2 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Tue, 27 Sep 2016 11:09:12 -0400 Subject: [PATCH] Set version to 1.0.0-b14 --- include/beast/version.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/beast/version.hpp b/include/beast/version.hpp index feb17e67..03b4c272 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-b13" +#define BEAST_VERSION_STRING "1.0.0-b14" #endif