From cd2363e951ac24961af0b118ba5f8175d4fe3cff Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Tue, 30 May 2017 02:18:18 -0700 Subject: [PATCH] Set version to 46 --- CHANGELOG.md | 1 + include/beast/version.hpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78f54339..1ed6c80e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ Version 46 * Add test::pipe +* Documentation work API Changes: diff --git a/include/beast/version.hpp b/include/beast/version.hpp index f625f962..94da8894 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 45 +#define BEAST_VERSION 46 #define BEAST_VERSION_STRING "Beast/" BEAST_STR(BEAST_VERSION)