From 783c52b025ee8baa03354b9cc726d646b3f87574 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Thu, 6 Jul 2017 13:41:15 -0700 Subject: [PATCH] Set version to 74 --- CMakeLists.txt | 2 +- include/beast/version.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 041d4393..bb316622 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 3.5.2) -project (Beast VERSION 73) +project (Beast VERSION 74) 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 fe2a70b4..8d21cdd4 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 73 +#define BEAST_VERSION 74 #define BEAST_VERSION_STRING "Beast/" BOOST_STRINGIZE(BEAST_VERSION)