Skip to content

Commit

Permalink
Increment version to v0.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
allanleal committed Nov 10, 2022
1 parent b7e87d3 commit e0671bd
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.12 LANGUAGES CXX)
project(Optima VERSION 0.2.13 LANGUAGES CXX)

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

0 comments on commit e0671bd

Please sign in to comment.