From eaffe60cdade979eb1546d5b210a8ed195ffbdbf Mon Sep 17 00:00:00 2001 From: Allan Leal Date: Mon, 5 Sep 2022 18:35:51 +0200 Subject: [PATCH] Bump version to v0.2.8 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5895a8c7..6c72fff8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") include(CCache) # Set the name of the project -project(Optima VERSION 0.2.7 LANGUAGES CXX) +project(Optima VERSION 0.2.8 LANGUAGES CXX) # Enable parallel build if MSVC is used add_compile_options($<$:/MP>)