[plasma/plasma-activities/Plasma/6.7] /: Update version for new release 6.7.5
Bhushan Shah <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 85694b5df29b5d9ef68a4afad9fb628e6be74d95 by Bhushan Shah.
Committed on 04/08/2026 at 11:19.
Pushed by bshah into branch 'Plasma/6.7'.
Update version for new release 6.7.5
M +1 -1 CMakeLists.txt
https://invent.kde.org/plasma/plasma-activities/-/commit/85694b5df29b5d9ef68a4afad9fb628e6be74d95
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b27df8ce..faae877d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,7 +1,7 @@
# vim:set softtabstop=3 shiftwidth=3 tabstop=3 expandtab:
cmake_minimum_required(VERSION 3.16)
-set(PROJECT_VERSION "6.7.4")
+set(PROJECT_VERSION "6.7.5")
project(PlasmaActivities VERSION ${PROJECT_VERSION})
set(QT_MIN_VERSION "6.10.0")