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)