Skip to content

Commit

Permalink
Increment version to v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
allanleal committed Jun 7, 2023
1 parent ef2575c commit e744eae
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.3.2 LANGUAGES CXX)
project(Optima VERSION 0.3.3 LANGUAGES CXX)

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

0 comments on commit e744eae

Please sign in to comment.