diff options
| author | briaguya <70942617+briaguya-ai@users.noreply.github.com> | 2022-11-21 21:55:14 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-21 21:55:14 -0500 |
| commit | aa16a5388e40818608e20e2e19044e027fd37637 (patch) | |
| tree | d5bf5fae6581e8d87624f625bc99006d02192ab3 | |
| parent | b50a3e842e4d7ea8daf24d870ebb706bf222c416 (diff) | |
chore: bump version5.0.0
| -rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2380d268c..88278ba7d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,8 +7,8 @@ set(CMAKE_CXX_STANDARD 20 CACHE STRING "The C++ standard to use") set(CMAKE_OSX_DEPLOYMENT_TARGET "10.15" CACHE STRING "Minimum OS X deployment version" FORCE) project(Ship LANGUAGES C CXX - VERSION 4.0.5) -set(PROJECT_BUILD_NAME "ZHORA FOXTROT" CACHE STRING "") + VERSION 5.0.0) +set(PROJECT_BUILD_NAME "FLYNN ALFA" CACHE STRING "") set(PROJECT_TEAM "github.com/harbourmasters" CACHE STRING "") set_property(DIRECTORY ${CMAKE_SOURCE_DIR} PROPERTY VS_STARTUP_PROJECT soh) |
