[utilities/kclock/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 c537bd13e4e5a9885d5f7806c18e86847d72bb0a by Albert Astals Cid.
Committed on 29/07/2026 at 22:34.
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/utilities/kclock/-/commit/c537bd13e4e5a9885d5f7806c18e86847d72bb0a
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1d8e3040..5ae6c9cf 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,7 +11,7 @@ set(CMAKE_CXX_STANDARD 17)
# KDE Applications 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")
set(RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
project(kclock VERSION ${RELEASE_SERVICE_VERSION})