diff options
| author | SulfurNitride <SulfurNitride@users.noreply.github.com> | 2026-05-30 11:17:16 -0500 |
|---|---|---|
| committer | SulfurNitride <SulfurNitride@users.noreply.github.com> | 2026-05-30 11:32:29 -0500 |
| commit | 2464c836085cab832089b0f58c4bd74dfb679603 (patch) | |
| tree | 6e156cf8bb03c37e39195fe9832d5560d4a15ce4 /CMakeLists.txt | |
| parent | 06adc0d1399b73561348d9de9c5e2feba23c5d9d (diff) | |
release: prepare 0.2.3 stable
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6acc6f2..4da42fd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ project(ModOrganizer2 VERSION 2.5.3 LANGUAGES C CXX) # --------------------------------------------------------------------------- set(FLUORINE_VERSION_MAJOR 0) set(FLUORINE_VERSION_MINOR 2) -set(FLUORINE_VERSION_PATCH 2) +set(FLUORINE_VERSION_PATCH 3) set(FLUORINE_BUILD_CHANNEL "stable" CACHE STRING "Build channel: 'stable' for tagged releases, 'beta' for rolling CI builds") set(FLUORINE_BUILD_TIMESTAMP "" CACHE STRING |
