Fix test failure

This commit is contained in:
Sacha
2017-07-22 05:32:08 -07:00
committed by Vinnie Falco
parent 71ea5ebb75
commit c2ecb34404
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
Version 85:
* Fix test failure
--------------------------------------------------------------------------------
Version 84:
* Tidy up buffer_front

View File

@@ -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)