diff options
| author | Christopher Leggett <chris@leggett.dev> | 2023-08-13 20:41:57 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-13 20:41:57 -0400 |
| commit | 8bc3077529f189d83262a658014f1c366945edf1 (patch) | |
| tree | a1ff8ee653c7dfa541eaba3b83e705951403c171 | |
| parent | b94d7f135d056874bd19ddbbd85524416c91c9a3 (diff) | |
version bump to Sulu Bravo (#3120)7.1.1
| -rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 1c93f7df8..f7ad4089d 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.0 LANGUAGES C CXX) -set(PROJECT_BUILD_NAME "Sulu Alfa" CACHE STRING "") +project(Ship VERSION 7.1.1 LANGUAGES C CXX) +set(PROJECT_BUILD_NAME "Sulu Bravo" CACHE STRING "") set(PROJECT_TEAM "github.com/harbourmasters" CACHE STRING "") set_property(DIRECTORY ${CMAKE_SOURCE_DIR} PROPERTY VS_STARTUP_PROJECT soh) |
