[games/libkdegames/release/26.08] /: GIT_SILENT Upgrade release service version to 26.07.90. (silent)
Albert Astals Cid <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 3aae02e218e4d5ecb9c912ff1cfc24f9acfe2b72 by Albert Astals Cid.
Committed on 29/07/2026 at 22:20.
Pushed by aacid into branch 'release/26.08'.
GIT_SILENT Upgrade release service version to 26.07.90.
M +1 -1 CMakeLists.txt
https://invent.kde.org/games/libkdegames/-/commit/3aae02e218e4d5ecb9c912ff1cfc24f9acfe2b72
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 061aa6ea..3f93560e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -3,7 +3,7 @@ cmake_minimum_required (VERSION 3.16 FATAL_ERROR)
# Release Service version, managed by release script
set(RELEASE_SERVICE_VERSION_MAJOR "26")
set(RELEASE_SERVICE_VERSION_MINOR "07")
-set(RELEASE_SERVICE_VERSION_MICRO "80")
+set(RELEASE_SERVICE_VERSION_MICRO "90")
# generate patch level from release service version
set(_micro ${RELEASE_SERVICE_VERSION_MICRO})