From 271922e752683b83ea115c856c1a7a5d2ef82228 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Sun, 16 Jul 2017 12:25:38 -0700 Subject: [PATCH] Set version to 83 --- CMakeLists.txt | 2 +- include/beast/version.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 99b324ff..57ef2cfd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 3.5.2) -project (Beast VERSION 82) +project (Beast VERSION 83) 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 d54a0acd..b8e7bf01 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 82 +#define BEAST_VERSION 83 #define BEAST_VERSION_STRING "Beast/" BOOST_STRINGIZE(BEAST_VERSION)