[system/kde-inotify-survey/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 bd88b8df526e084b0cfbc7e37574ef075451d87c by Albert Astals Cid.
Committed on 29/07/2026 at 22:36.
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/system/kde-inotify-survey/-/commit/bd88b8df526e084b0cfbc7e37574ef075451d87c
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ac7dd54..51504cd 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.22)
# KDE Application 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(kde-inotify-survey VERSION ${RELEASE_SERVICE_VERSION})