diff options
| author | briaguya <70942617+briaguya-ai@users.noreply.github.com> | 2022-12-06 20:21:38 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-06 20:21:38 -0500 |
| commit | 00cbd347b2ae8c50dfca1336e9eb7ff45a506784 (patch) | |
| tree | 482a731358ff4ecc683b3328b236e0d32392bd1e | |
| parent | 77123196d1a47160adbceabed4520ba4006520ef (diff) | |
bump version (#2104)5.0.2
Co-authored-by: briaguya <briaguya@alice>
| -rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b5a6707b7..34ca0f7c1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,8 +7,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" FORCE) project(Ship LANGUAGES C CXX - VERSION 5.0.1) -set(PROJECT_BUILD_NAME "FLYNN BRAVO" CACHE STRING "") + VERSION 5.0.2) +set(PROJECT_BUILD_NAME "FLYNN CHARLIE" CACHE STRING "") set(PROJECT_TEAM "github.com/harbourmasters" CACHE STRING "") set_property(DIRECTORY ${CMAKE_SOURCE_DIR} PROPERTY VS_STARTUP_PROJECT soh) |
