diff options
| author | briaguya <70942617+briaguya-ai@users.noreply.github.com> | 2023-11-15 23:22:09 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-15 23:22:09 -0500 |
| commit | 0ddb0711ad1b46e434e1587003f1c749b9a222e7 (patch) | |
| tree | 4852f21cef5308508a043703b118403c379f08c4 /CMakeLists.txt | |
| parent | 3234256b030f482911fef79731438aedd3e03b0c (diff) | |
Version bump to MacReady Charlie (#3406)8.0.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 fccae7f36..53b6b0ac3 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 8.0.1 LANGUAGES C CXX) -set(PROJECT_BUILD_NAME "MacReady Bravo" CACHE STRING "") +project(Ship VERSION 8.0.2 LANGUAGES C CXX) +set(PROJECT_BUILD_NAME "MacReady Charlie" CACHE STRING "") set(PROJECT_TEAM "github.com/harbourmasters" CACHE STRING "") set_property(DIRECTORY ${CMAKE_SOURCE_DIR} PROPERTY VS_STARTUP_PROJECT soh) |
