Skip to content

Commit

Permalink
Increment version to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
allanleal committed Jan 16, 2024
1 parent d440460 commit b9cb212
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.4.0 LANGUAGES CXX)
project(Optima VERSION 0.5.0 LANGUAGES CXX)

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

0 comments on commit b9cb212

Please sign in to comment.