summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Dubé <serprex@users.noreply.github.com>2026-01-19 00:10:09 +0000
committerGitHub <noreply@github.com>2026-01-19 00:10:09 +0000
commit0dc6989438d29513b960866539f63455701d296f (patch)
tree9a2ec3f0664c529802fd05cda0be271628d64783
parent7850fa82dfea0c31b8e1da01c956d4121da5b989 (diff)
9.1.2 (#6160)9.1.2
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c6c6788b1..99b433067 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.1.1 LANGUAGES C CXX)
+project(Ship VERSION 9.1.2 LANGUAGES C CXX)
include(CMake/soh-cvars.cmake)
include(CMake/lus-cvars.cmake)
set(SPDLOG_LEVEL_TRACE 0)