From 2daf3bf35ba145b7ad23bff99e2f533f6c2ba9e6 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Thu, 22 Jun 2017 19:14:02 -0700 Subject: [PATCH] Set version to 66 --- CMakeLists.txt | 2 +- include/beast/version.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0a958884..2cbcc773 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 3.5.2) -project (Beast VERSION 65) +project (Beast VERSION 66) set_property (GLOBAL PROPERTY USE_FOLDERS ON) diff --git a/include/beast/version.hpp b/include/beast/version.hpp index cf0378ba..9bb349da 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 65 +#define BEAST_VERSION 66 #define BEAST_VERSION_STRING "Beast/" BOOST_STRINGIZE(BEAST_VERSION)