diff options
| author | Philip Dubé <159546+serprex@users.noreply.github.com> | 2026-04-13 14:12:37 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-13 14:12:37 +0000 |
| commit | 13ebc31ec745951364b4fb02cda000ee1590b169 (patch) | |
| tree | db5f5346c4428c20463c4065e47c24d8e291e3ec | |
| parent | ca38dba192b4883ae3fca645d71c50e4bda4c2af (diff) | |
9.2.2 Ackbar Charlie (#6494)
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f22967641..c81727820 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.1 LANGUAGES C CXX) +project(Ship VERSION 9.2.2 LANGUAGES C CXX) include(CMake/soh-cvars.cmake) include(CMake/lus-cvars.cmake) set(SPDLOG_LEVEL_TRACE 0) |
