From 38e9b16f7543cddd535a8abe5463b1642c6ea728 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Fri, 2 Jun 2017 19:16:57 -0700 Subject: [PATCH] Set version to 47 --- 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 94da8894..b543f20e 100644 --- a/include/beast/version.hpp +++ b/include/beast/version.hpp @@ -20,7 +20,7 @@ This is a simple integer that is incremented by one every time a set of code changes is merged to the master or develop branch. */ -#define BEAST_VERSION 46 +#define BEAST_VERSION 47 #define BEAST_VERSION_STRING "Beast/" BEAST_STR(BEAST_VERSION)