From 2b2e99d69b38d898ee719d2def83a55d81df708e Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Sat, 24 Jun 2017 16:23:44 -0700 Subject: [PATCH] Set version to 67 --- CMakeLists.txt | 2 +- include/beast/version.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1be70e14..95d5e34e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 3.5.2) -project (Beast VERSION 66) +project (Beast VERSION 67) set_property (GLOBAL PROPERTY USE_FOLDERS ON) diff --git a/include/beast/version.hpp b/include/beast/version.hpp index 9bb349da..c2757981 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 66 +#define BEAST_VERSION 67 #define BEAST_VERSION_STRING "Beast/" BOOST_STRINGIZE(BEAST_VERSION)