From 227c2b131dba3a5c93f4867bcce184366a3afc31 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Fri, 3 Jun 2016 11:49:43 -0400 Subject: [PATCH] Set Beast version to 1.0.0-b6 --- include/beast/version.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/beast/version.hpp b/include/beast/version.hpp index aa098487..e85e4107 100644 --- a/include/beast/version.hpp +++ b/include/beast/version.hpp @@ -14,8 +14,8 @@ // BEAST_VERSION / 100 % 1000 is the minor version // BEAST_VERSION / 100000 is the major version // -#define BEAST_VERSION 100000 +#define BEAST_VERSION 100006 -#define BEAST_VERSION_STRING "1.0.0-b5" +#define BEAST_VERSION_STRING "1.0.0-b6" #endif