[kdiff3] /: Fix version

Michael Reeves null at kde.org
Mon Dec 30 01:52:52 GMT 2019


Git commit bb021c887a073eee6d358c7d15887215094d3f32 by Michael Reeves.
Committed on 30/12/2019 at 01:48.
Pushed by mreeves into branch 'master'.

Fix version

M  +1    -1    CMakeLists.txt
M  +1    -1    doc/en/index.docbook
M  +1    -1    windows_installer/kdiff3.nsi

https://invent.kde.org/kde/kdiff3/commit/bb021c887a073eee6d358c7d15887215094d3f32

diff --git a/CMakeLists.txt b/CMakeLists.txt
index ceb0845..a94ad55 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -27,7 +27,7 @@ include(ECMAddAppIcon)
 include(ECMSetupVersion)
 include(ECMAddTests)
 
-ecm_setup_version(1.9.70 VARIABLE_PREFIX KDIFF3 VERSION_HEADER ${CMAKE_BINARY_DIR}/src/version.h)
+ecm_setup_version(1.8.70 VARIABLE_PREFIX KDIFF3 VERSION_HEADER ${CMAKE_BINARY_DIR}/src/version.h)
 
 find_package(
     Qt5 ${QT_MIN_VERSION}
diff --git a/doc/en/index.docbook b/doc/en/index.docbook
index 6c058aa..168d0ed 100644
--- a/doc/en/index.docbook
+++ b/doc/en/index.docbook
@@ -54,7 +54,7 @@ Please respect the format of the date (YYYY-MM-DD) and of the version
 Do NOT change these in the translation. -->
 
 <date>2019-02-22</date>
-<releaseinfo>1.09.70</releaseinfo>
+<releaseinfo>1.08.70</releaseinfo>
 
 
 <abstract>
diff --git a/windows_installer/kdiff3.nsi b/windows_installer/kdiff3.nsi
index 27067c2..b00be31 100644
--- a/windows_installer/kdiff3.nsi
+++ b/windows_installer/kdiff3.nsi
@@ -3,7 +3,7 @@
 ;Apdapted for KDiff3 by Sebastien Fricker and Joachim Eibl
 ;Requires nsis_v2.19
 
-!define KDIFF3_VERSION "1.09.70"
+!define KDIFF3_VERSION "1.08.70"
 !define DIFF_EXT32_CLSID "{9F8528E4-AB20-456E-84E5-3CE69D8720F3}"
 !define DIFF_EXT64_CLSID "{34471FFB-4002-438b-8952-E4588D0C0FE9}"
 


More information about the kde-doc-english mailing list