[sdk/kdiff3] /: Bump version
Michael Reeves <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 2f843c4604f66a036703a34706ffeba90fd7511c by Michael Reeves.
Committed on 20/07/2026 at 18:08.
Pushed by mreeves into branch 'master'.
Bump version
M +1 -1 CMakeLists.txt
https://invent.kde.org/sdk/kdiff3/-/commit/2f843c4604f66a036703a34706ffeba90fd7511c
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a197757c..133044c0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -5,7 +5,7 @@
# Turn off policy change notices from CMake 3.30 and earlier
cmake_minimum_required(VERSION 3.22...3.30)
-project(kdiff3 VERSION 1.12.70)
+project(kdiff3 VERSION 1.13.70)
if(CMAKE_CXX_COMPILER_VERSION VERSION_LESS 9.2)
message(WARNING "gcc < 9.2 is not recommended support is best effort-only.")