From 47eb7fcc2f30df883b0036d97aac6a0fa90b0e9f Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Mon, 2 May 2016 19:22:10 -0400 Subject: [PATCH] Set Beast version to 1.0.0-b3 --- 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 76039b1cf..cfcdbc671 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-b2" +#define BEAST_VERSION_STRING "1.0.0-b3" #endif