diff options
| author | briaguya <70942617+briaguya-ai@users.noreply.github.com> | 2023-04-02 15:41:01 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-02 15:41:01 -0400 |
| commit | 5f708251a63b160cb52c9e69cc2b141ba7f99427 (patch) | |
| tree | 3406713096f2c209587976448ccbcd2fa8106704 /CMakeLists.txt | |
| parent | 62bd4b0ba79f455a9c28f94f3a39448a6cef5f74 (diff) | |
bump version (#2665)6.1.2
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 2ff8cd1f0..16185fe02 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,8 +5,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 VERSION 6.1.1 LANGUAGES C CXX) -set(PROJECT_BUILD_NAME "KHAN BRAVO" CACHE STRING "") +project(Ship VERSION 6.1.2 LANGUAGES C CXX) +set(PROJECT_BUILD_NAME "KHAN CHARLIE" CACHE STRING "") set(PROJECT_TEAM "github.com/harbourmasters" CACHE STRING "") set_property(DIRECTORY ${CMAKE_SOURCE_DIR} PROPERTY VS_STARTUP_PROJECT soh) |
