From a5d063d5b971dbdc4c6eab3304a4bba14bd060ab Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Wed, 14 Dec 2016 17:33:54 -0800 Subject: [PATCH] Set version to 1.0.0-b21 --- 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 1e682cc6..7ef8b0f7 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-b20" +#define BEAST_VERSION_STRING "1.0.0-b21" #endif