diff options
| author | briaguya <briaguya@alice> | 2022-12-06 21:29:27 -0500 |
|---|---|---|
| committer | briaguya <briaguya@alice> | 2022-12-06 21:29:27 -0500 |
| commit | 4f109178ffdebbf4824a32ff9b8b9fa0159cf3ce (patch) | |
| tree | e1d17ce453354147e1fc6cbc60cd62e9f78b699c /CMakeLists.txt | |
| parent | d9f3844b2db80f74fc233391164981cf0b59f1f7 (diff) | |
| parent | 00cbd347b2ae8c50dfca1336e9eb7ff45a506784 (diff) | |
Merge branch 'develop-flynn' into flynn-to-dev
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 669604f8a..e24d01fe2 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 5.0.1) -set(PROJECT_BUILD_NAME "FLYNN BRAVO" CACHE STRING "") + VERSION 5.0.2) +set(PROJECT_BUILD_NAME "FLYNN CHARLIE" CACHE STRING "") set(PROJECT_TEAM "github.com/harbourmasters" CACHE STRING "") set_property(DIRECTORY ${CMAKE_SOURCE_DIR} PROPERTY VS_STARTUP_PROJECT soh) |
