From e6ef8261f6230419f889de04d5ca473a4ff1f1e4 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Thu, 18 May 2017 08:52:00 -0700 Subject: [PATCH] Set version to 42 --- 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 cb639736..af070776 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 41 +#define BEAST_VERSION 42 #define BEAST_VERSION_STRING "Beast/" BEAST_STR(BEAST_VERSION)