summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMalkierian <malkierian@gmail.com>2025-07-23 21:31:13 -0700
committerGitHub <noreply@github.com>2025-07-23 21:31:13 -0700
commit7d7072f717c853678c4aed7cce39aa1eba592994 (patch)
tree6c8416c2c6054d99c1d69eeacfe97b985cd2f764
parentccf3d4b6a0e6a4e2276da6336fea86b30c32428a (diff)
Bump version to 9.0.5 (#5694)9.0.5
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d7db400c5..89f32f74e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -6,7 +6,7 @@ set(CMAKE_C_STANDARD 17 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.0.4 LANGUAGES C CXX)
+project(Ship VERSION 9.0.5 LANGUAGES C CXX)
include(CMake/soh-cvars.cmake)
include(CMake/lus-cvars.cmake)