From 98157f392e3116d8297afcc3917d091c51203d7b Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Wed, 7 Jun 2017 05:15:21 -0700 Subject: [PATCH] Set version to 50 --- 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 d5f7be92..a55c38b0 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 49 +#define BEAST_VERSION 50 #define BEAST_VERSION_STRING "Beast/" BEAST_STR(BEAST_VERSION)