From aff5f392e2f6021a067e1d1533b23f1e62a9c1df Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Tue, 4 Jul 2017 21:24:26 -0700 Subject: [PATCH] Set version to 73 --- CMakeLists.txt | 2 +- include/beast/version.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ccc4617b..9a1dce0c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 3.5.2) -project (Beast VERSION 72) +project (Beast VERSION 73) set_property (GLOBAL PROPERTY USE_FOLDERS ON) option (Beast_BUILD_EXAMPLES "Build examples" ON) diff --git a/include/beast/version.hpp b/include/beast/version.hpp index 0d976060..fe2a70b4 100644 --- a/include/beast/version.hpp +++ b/include/beast/version.hpp @@ -18,7 +18,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 72 +#define BEAST_VERSION 73 #define BEAST_VERSION_STRING "Beast/" BOOST_STRINGIZE(BEAST_VERSION)