From e0671bd9e253d09aee1a6d8a79049accb00c9348 Mon Sep 17 00:00:00 2001 From: Allan Leal Date: Thu, 10 Nov 2022 10:40:39 +0100 Subject: [PATCH] Increment version to v0.2.13 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 21a17bbb..98c72587 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.12 LANGUAGES CXX) +project(Optima VERSION 0.2.13 LANGUAGES CXX) # Enable parallel build if MSVC is used add_compile_options($<$:/MP>)