From c2ecb344046a76b0a0e5eb4d72fda7a6114f16e1 Mon Sep 17 00:00:00 2001 From: Sacha Date: Sat, 22 Jul 2017 05:32:08 -0700 Subject: [PATCH] Fix test failure --- CHANGELOG.md | 6 ++++++ CMakeLists.txt | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43a3eaea..9d22b598 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +Version 85: + +* Fix test failure + +-------------------------------------------------------------------------------- + Version 84: * Tidy up buffer_front diff --git a/CMakeLists.txt b/CMakeLists.txt index b0ebf385..ddedf36c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 3.5.2) -project (Beast VERSION 84) +project (Beast VERSION 85) set_property (GLOBAL PROPERTY USE_FOLDERS ON) option (Beast_BUILD_EXAMPLES "Build examples" ON)