Skip to content

Commit

Permalink
Bump version to 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
allanleal committed Sep 5, 2022
1 parent 2000ccc commit 7c2e5d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.6 LANGUAGES CXX)
project(Optima VERSION 0.2.7 LANGUAGES CXX)

# Enable parallel build if MSVC is used
add_compile_options($<$<CXX_COMPILER_ID:MSVC>:/MP>)
Expand Down

0 comments on commit 7c2e5d0

Please sign in to comment.