From 9a6d4f153b2c80b0769cc1fb13f5fca997b306a5 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Sat, 27 May 2017 17:40:33 -0700 Subject: [PATCH] Set version to 45 --- 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 7392bd91..f625f962 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 44 +#define BEAST_VERSION 45 #define BEAST_VERSION_STRING "Beast/" BEAST_STR(BEAST_VERSION)