diff options
| author | Malkierian <malkierian@gmail.com> | 2025-07-21 22:21:59 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-21 22:21:59 -0700 |
| commit | c588d48672b56b329f07aa181af3554ab38914cb (patch) | |
| tree | a55052c5b85368c1c66568d587a635d9684b1ffd | |
| parent | 35ad68578e6df5c51acd77546691c7ee98d14ac5 (diff) | |
Bump version to Blair Echo. (#5690)9.0.4
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 39cad6d8f..d7db400c5 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.3 LANGUAGES C CXX) +project(Ship VERSION 9.0.4 LANGUAGES C CXX) include(CMake/soh-cvars.cmake) include(CMake/lus-cvars.cmake) |
