diff options
| author | Philip Dubé <159546+serprex@users.noreply.github.com> | 2026-04-14 06:48:22 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-13 23:48:22 -0700 |
| commit | cb71e22a79bc5d1f688fa881795bbd93094895fc (patch) | |
| tree | e11beddc05e744efeb8b991f6d261965093315a4 | |
| parent | feb489cab07bcd8624d41a9153834b7f04147be6 (diff) | |
9.2.3 Ackbar Delta (#6503)9.2.3
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c81727820..4429cc599 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ set(CMAKE_C_STANDARD 23 CACHE STRING "The C standard to use") set(CMAKE_OSX_DEPLOYMENT_TARGET "10.15" CACHE STRING "Minimum OS X deployment version") -project(Ship VERSION 9.2.2 LANGUAGES C CXX) +project(Ship VERSION 9.2.3 LANGUAGES C CXX) include(CMake/soh-cvars.cmake) include(CMake/lus-cvars.cmake) set(SPDLOG_LEVEL_TRACE 0) |
