Merge pull request #3986 from Archez/merge-macready-805

Merge MacReady 8.0.5 -> Develop
This commit is contained in:
Garrett Cox 2024-03-06 04:12:02 +00:00 committed by GitHub
commit 8b3cfdb84f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 212 additions and 343 deletions

View file

@ -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)