[kdiff3/1.8] /: update version
Michael Reeves
null at kde.org
Sat May 18 01:50:26 BST 2019
Git commit d36ba5acdd80d8bc28c790e08ccdabf1f7150819 by Michael Reeves.
Committed on 17/05/2019 at 23:08.
Pushed by mreeves into branch '1.8'.
update version
M +1 -1 CMakeLists.txt
M +1 -1 doc/en/index.docbook
M +1 -1 windows_installer/kdiff3.nsi
https://commits.kde.org/kdiff3/d36ba5acdd80d8bc28c790e08ccdabf1f7150819
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b4952c3..d539eba 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -25,7 +25,7 @@ include(ECMInstallIcons)
include(ECMAddAppIcon)
include(ECMSetupVersion)
-ecm_setup_version(1.8.0 VARIABLE_PREFIX KDIFF3 VERSION_HEADER ${CMAKE_BINARY_DIR}/src/version.h)
+ecm_setup_version(1.8.1 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 a896394..c8b1366 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.08.00</releaseinfo>
+<releaseinfo>1.08.01</releaseinfo>
<abstract>
diff --git a/windows_installer/kdiff3.nsi b/windows_installer/kdiff3.nsi
index f925b13..fac81c6 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.08.00"
+!define KDIFF3_VERSION "1.08.01"
!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