From a83b1a0108a82195d6814a9f7b97b6eebb02868a Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Fri, 16 Jun 2017 09:39:56 -0700 Subject: [PATCH] Set version to 60 --- CMakeLists.txt | 2 +- include/beast/version.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c03a3db6..56984eb0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 3.5.2) -project (Beast VERSION 58) +project (Beast VERSION 60) set_property (GLOBAL PROPERTY USE_FOLDERS ON) diff --git a/include/beast/version.hpp b/include/beast/version.hpp index 0414da11..2cd6b88e 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 59 +#define BEAST_VERSION 60 #define BEAST_VERSION_STRING "Beast/" BOOST_STRINGIZE(BEAST_VERSION)