diff options
| author | briaguya <70942617+briaguya-ai@users.noreply.github.com> | 2023-02-07 00:04:19 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-07 00:04:19 -0500 |
| commit | 242a35c3a0d62ca592aaa2eaa63ba2f5a4d696ab (patch) | |
| tree | b217aeb4ae2d120714362040a7230fe2031ef421 | |
| parent | f57cae120d7243f939713745c87cd2d1ac865db5 (diff) | |
bump version (#2434)6.0.0
| -rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 0f0f6b8df..b76a7c5c5 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.1.4) -set(PROJECT_BUILD_NAME "BRADLEY ECHO" CACHE STRING "") + VERSION 6.0.0) +set(PROJECT_BUILD_NAME "GIBBS ALFA" CACHE STRING "") set(PROJECT_TEAM "github.com/harbourmasters" CACHE STRING "") set_property(DIRECTORY ${CMAKE_SOURCE_DIR} PROPERTY VS_STARTUP_PROJECT soh) |
