diff options
| author | Garrett Cox <garrettjcox@gmail.com> | 2024-02-29 03:46:55 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-28 22:46:55 -0500 |
| commit | 612da023f0f9da864c2830d2539e49b660ed2ff4 (patch) | |
| tree | b822d1c1ece5ed1a0b6b8db0d30adf601bb62068 | |
| parent | 368a9015ac3610f68d9ddd4d18ac0d7573788581 (diff) | |
Bump version to MacReady Foxtrot 8.0.5 (#3982)8.0.5
| -rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c3b85024b..2c8644af4 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.4 LANGUAGES C CXX) -set(PROJECT_BUILD_NAME "MacReady Echo" CACHE STRING "") +project(Ship VERSION 8.0.5 LANGUAGES C CXX) +set(PROJECT_BUILD_NAME "MacReady Foxtrot" CACHE STRING "") set(PROJECT_TEAM "github.com/harbourmasters" CACHE STRING "") set_property(DIRECTORY ${CMAKE_SOURCE_DIR} PROPERTY VS_STARTUP_PROJECT soh) |
