chore: increment version to bravo

This commit is contained in:
briaguya 2022-09-30 01:07:41 -04:00 committed by louist103
commit 973ec52b2a
3 changed files with 5 additions and 5 deletions

View file

@ -10,7 +10,7 @@ project(Ship C CXX)
set(PROJECT_VERSION_MAJOR "4")
set(PROJECT_VERSION_MINOR "0")
set(PROJECT_VERSION_PATCH "0")
set(PROJECT_VERSION_PATCH "1")
set_property(DIRECTORY ${CMAKE_SOURCE_DIR} PROPERTY VS_STARTUP_PROJECT soh)
add_compile_options($<$<CXX_COMPILER_ID:MSVC>:/MP>)