[pim/pim-sieve-editor/release/26.08] /: GIT_SILENT: prepare 6.8.0 (silent)
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit e79d0c2a4a2a321fb627ac19c9b7047c02db2e81 by Laurent Montel.
Committed on 02/08/2026 at 05:40.
Pushed by mlaurent into branch 'release/26.08'.
GIT_SILENT: prepare 6.8.0
M +4 -4 CMakeLists.txt
https://invent.kde.org/pim/pim-sieve-editor/-/commit/e79d0c2a4a2a321fb627ac19c9b7047c02db2e81
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 17ee82d2..e0c9d9bc 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2,12 +2,12 @@
# SPDX-License-Identifier: BSD-3-Clause
cmake_minimum_required(VERSION 3.29)
-set(PIM_VERSION "6.7.90")
+set(PIM_VERSION "6.8.0")
project(sieveeditor VERSION ${PIM_VERSION})
-set(RELEASE_SERVICE_VERSION "26.07.90")
+set(RELEASE_SERVICE_VERSION "26.08.1")
# Update it for each release
-set(SIEVEEDITOR_RELEASE_VERSION_DATE "26.07.30") # yy.MM.dd
+set(SIEVEEDITOR_RELEASE_VERSION_DATE "26.08.20") # yy.MM.dd
# Use true if stable version => we will check specific version
set(SIEVEEDITOR_STABLE_VERSION true)
@@ -103,7 +103,7 @@ file(
ecm_check_outbound_license(LICENSES GPL-2.0-only FILES ${ALL_SOURCE_FILES})
# Do NOT add quote
-set(KDEPIM_DEV_VERSION rc)
+set(KDEPIM_DEV_VERSION)
# add an extra space
if(DEFINED KDEPIM_DEV_VERSION)