Git commit 45759328a50510e1e31eee11f60709497dc18d26 by Michael Reeves. Committed on 05/04/2019 at 20:07. Pushed by mreeves into branch 'master'.
Update version for next release M +1 -1 CMakeLists.txt M +1 -1 doc/en/index.docbook M +1 -1 windows_installer/kdiff3.nsi https://commits.kde.org/kdiff3/45759328a50510e1e31eee11f60709497dc18d26 diff --git a/CMakeLists.txt b/CMakeLists.txt index b4952c3..9e875c7 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.9.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 a896394..57d582e 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.09.70</releaseinfo> <abstract> diff --git a/windows_installer/kdiff3.nsi b/windows_installer/kdiff3.nsi index f925b13..27067c2 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.09.70" !define DIFF_EXT32_CLSID "{9F8528E4-AB20-456E-84E5-3CE69D8720F3}" !define DIFF_EXT64_CLSID "{34471FFB-4002-438b-8952-E4588D0C0FE9}"
