diff options
| author | Adam Bird <Archez@users.noreply.github.com> | 2023-11-06 20:55:50 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-06 20:55:50 -0500 |
| commit | 30ab8e9ed75f222ee16289a624a1cab0fd393857 (patch) | |
| tree | 2142b2f22ebc240e2fd359d00a099f9e598863d0 | |
| parent | b6a3ed93a2f2cc1256169e872cd247779b885e1b (diff) | |
version bump to MacReady Alfa (#3363)8.0.0
| -rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ee27c1e02..0633ab80a 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 7.1.1 LANGUAGES C CXX) -set(PROJECT_BUILD_NAME "Sulu Bravo" CACHE STRING "") +project(Ship VERSION 8.0.0 LANGUAGES C CXX) +set(PROJECT_BUILD_NAME "MacReady Alfa" CACHE STRING "") set(PROJECT_TEAM "github.com/harbourmasters" CACHE STRING "") set_property(DIRECTORY ${CMAKE_SOURCE_DIR} PROPERTY VS_STARTUP_PROJECT soh) |
