Bump version to Blair Delta 9.0.3, and fix a typo. (#5687)

This commit is contained in:
Malkierian
2025-07-21 14:31:48 -07:00
committed by GitHub
parent 37fb25d2b3
commit 47c5a7f308
2 changed files with 2 additions and 2 deletions

View File

@@ -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.2 LANGUAGES C CXX)
project(Ship VERSION 9.0.3 LANGUAGES C CXX)
include(CMake/soh-cvars.cmake)
include(CMake/lus-cvars.cmake)