[sdk/kdiff3/1.12.6] /: Bump version
Michael Reeves <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit f1f59af9c27523085bb0841f28f48d6426539fcb by Michael Reeves.
Committed on 22/07/2026 at 01:33.
Pushed by mreeves into tag '1.12.6'.
Bump version
M +1 -1 CMakeLists.txt
https://invent.kde.org/sdk/kdiff3/-/commit/f1f59af9c27523085bb0841f28f48d6426539fcb
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 71b1e2e7..db457cee 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -6,7 +6,7 @@
#CMP0077 is defined in 3.13 or later
cmake_minimum_required(VERSION 3.22...3.30)
-project(kdiff3 VERSION 1.12.5)
+project(kdiff3 VERSION 1.12.6)
if(CMAKE_CXX_COMPILER_VERSION VERSION_LESS 9.2)
message(WARNING "gcc < 9.2 is not recomended support is best effort-only.")