diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b995b7b..b1980010 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,14 @@ Version 270: * Silence unused variables +* Fix typo -------------------------------------------------------------------------------- Version 269: * Fix /permissive- missing include +* Add test -------------------------------------------------------------------------------- diff --git a/CMakeLists.txt b/CMakeLists.txt index cbb68cf7..392e65c9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,7 +40,7 @@ endfunction() # #------------------------------------------------------------------------------- -project (Beast VERSION 269) +project (Beast VERSION 270) set_property (GLOBAL PROPERTY USE_FOLDERS ON) option (Beast_BUILD_EXAMPLES "Build examples" ON)