From f62900df240b214c852184f5bcfbb766171b5d97 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Sun, 4 Jun 2017 21:15:04 -0700 Subject: [PATCH] Set version to 49 --- 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 63b93965..d5f7be92 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 48 +#define BEAST_VERSION 49 #define BEAST_VERSION_STRING "Beast/" BEAST_STR(BEAST_VERSION)