From 4a3b42b398e1bc1fc5e78ae5a81cd397414da007 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Sat, 10 Jun 2017 06:43:58 -0700 Subject: [PATCH] Set version to 53 --- 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 e66860b8..8e22885e 100644 --- a/include/beast/version.hpp +++ b/include/beast/version.hpp @@ -18,7 +18,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 52 +#define BEAST_VERSION 53 #define BEAST_VERSION_STRING "Beast/" BOOST_STRINGIZE(BEAST_VERSION)