diff options
| author | briaguya <70942617+briaguya-ai@users.noreply.github.com> | 2022-12-21 14:11:19 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-21 14:11:19 -0500 |
| commit | 6eaf51c2bd8df14cf61221b572e018114e062d2e (patch) | |
| tree | ea8c2513f6e37bac93431ff117084633f082d5af | |
| parent | 565775a3dcfe0bd7b41a1e4805dba6f3a7883b6a (diff) | |
version bump (#2232)5.1.2
| -rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 85ea03232..041f65bd9 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.1.1) -set(PROJECT_BUILD_NAME "BRADLEY BRAVO" CACHE STRING "") + VERSION 5.1.2) +set(PROJECT_BUILD_NAME "BRADLEY CHARLIE" CACHE STRING "") set(PROJECT_TEAM "github.com/harbourmasters" CACHE STRING "") set_property(DIRECTORY ${CMAKE_SOURCE_DIR} PROPERTY VS_STARTUP_PROJECT soh) |
