[frameworks/syntax-highlighting] /: Update version to 6.30.0
Nicolas Fella <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit a34c38b7d0b737d2f1959c0e40a566f1e8a282e3 by Nicolas Fella.
Committed on 07/08/2026 at 21:15.
Pushed by nicolasfella into branch 'master'.
Update version to 6.30.0
M +1 -1 CMakeLists.txt
https://invent.kde.org/frameworks/syntax-highlighting/-/commit/a34c38b7d0b737d2f1959c0e40a566f1e8a282e3
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d84e2f8c4..715c5447c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.29)
-set(KF_VERSION "6.29.0")
+set(KF_VERSION "6.30.0")
project(KSyntaxHighlighting VERSION ${KF_VERSION})
find_package(ECM 6.29.0 REQUIRED NO_MODULE)