diff options
| author | briaguya <70942617+briaguya-ai@users.noreply.github.com> | 2023-04-27 20:21:55 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-27 20:21:55 -0400 |
| commit | 3f896f126ff7f36dff8afc2459104ff1adab548b (patch) | |
| tree | 3a9ee6e7fa1055cdf519770a656f542debfffad9 /CMakeLists.txt | |
| parent | 4166dbf9072e74c2f3e093461d6abc1b06af8475 (diff) | |
bump version (#2752)7.0.0
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 97c18a038..677a5f494 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") -project(Ship VERSION 6.1.2 LANGUAGES C CXX) -set(PROJECT_BUILD_NAME "Khan Charlie" CACHE STRING "") +project(Ship VERSION 7.0.0 LANGUAGES C CXX) +set(PROJECT_BUILD_NAME "Spock Alfa" CACHE STRING "") set(PROJECT_TEAM "github.com/harbourmasters" CACHE STRING "") set_property(DIRECTORY ${CMAKE_SOURCE_DIR} PROPERTY VS_STARTUP_PROJECT soh) |
