From e744eae89ed4c4a2817131a7e16cb100e767a0b5 Mon Sep 17 00:00:00 2001 From: Allan Leal Date: Wed, 7 Jun 2023 18:32:21 +0200 Subject: [PATCH] Increment version to v0.3.3 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b5492d03..6a4e97e8 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.3.2 LANGUAGES CXX) +project(Optima VERSION 0.3.3 LANGUAGES CXX) # Enable parallel build if MSVC is used add_compile_options($<$:/MP>)