Git commit 1e5d0ca25f724e047ab6564357d6c43e78361e1f by Michael Reeves. Committed on 20/05/2019 at 21:53. Pushed by mreeves into branch '1.8'.
update version number M +1 -1 CMakeLists.txt M +1 -1 doc/en/index.docbook M +1 -1 windows_installer/kdiff3.nsi https://commits.kde.org/kdiff3/1e5d0ca25f724e047ab6564357d6c43e78361e1f diff --git a/CMakeLists.txt b/CMakeLists.txt index d539eba..2cc579b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,7 +25,7 @@ include(ECMInstallIcons) include(ECMAddAppIcon) include(ECMSetupVersion) -ecm_setup_version(1.8.1 VARIABLE_PREFIX KDIFF3 VERSION_HEADER ${CMAKE_BINARY_DIR}/src/version.h) +ecm_setup_version(1.8.2 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 c8b1366..1dddfd9 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.01</releaseinfo> +<releaseinfo>1.08.02</releaseinfo> <abstract> diff --git a/windows_installer/kdiff3.nsi b/windows_installer/kdiff3.nsi index fac81c6..515960b 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.01" +!define KDIFF3_VERSION "1.08.02" !define DIFF_EXT32_CLSID "{9F8528E4-AB20-456E-84E5-3CE69D8720F3}" !define DIFF_EXT64_CLSID "{34471FFB-4002-438b-8952-E4588D0C0FE9}"
