From eb500c4b5b810198acb1f32602a20a84a460aeb9 Mon Sep 17 00:00:00 2001 From: Katja Marttila Date: Wed, 20 May 2020 10:42:23 +0300 Subject: Update IFW version to 3.2.3 Change-Id: Iaba8320099864174e61e4e8c40cc8f8d7b946e06 Reviewed-by: Iikka Eklund --- Changelog | 4 ++++ dist/config/config.xml | 6 +++--- dist/packages/org.qtproject.ifw.binaries/meta/package.xml | 4 ++-- dist/packages/org.qtproject.ifw/meta/package.xml | 4 ++-- installerfw.pri | 6 +++--- 5 files changed, 14 insertions(+), 10 deletions(-) diff --git a/Changelog b/Changelog index 6d1867bae..218ac538d 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,7 @@ +3.2.3 +- Translation fixes (QTIFW-1435, QTBUG-75911) +- Provide a means to use fixed translations for Qt and IFW + 3.2.2 - Using patched Qt5.12.4 for binary builds (QTIFW-1632) - Add a command line argument to disable size check (QTIFW-1602) diff --git a/dist/config/config.xml b/dist/config/config.xml index 4a4cff488..6cc4f8ed7 100644 --- a/dist/config/config.xml +++ b/dist/config/config.xml @@ -1,13 +1,13 @@ Qt Installer Framework - Qt Installer Framework 3.2.2 - 3.2.2 + Qt Installer Framework 3.2.3 + 3.2.3 Qt Project http://qt-project.org watermark.png Uninstaller - @HomeDir@/Qt/QtIFW-3.2.2 + @HomeDir@/Qt/QtIFW-3.2.3 diff --git a/dist/packages/org.qtproject.ifw.binaries/meta/package.xml b/dist/packages/org.qtproject.ifw.binaries/meta/package.xml index c1db33e8f..4bd3d8824 100644 --- a/dist/packages/org.qtproject.ifw.binaries/meta/package.xml +++ b/dist/packages/org.qtproject.ifw.binaries/meta/package.xml @@ -2,7 +2,7 @@ Qt Installer Framework Binaries Installs the binaries, examples and help files. - 3.2.2 - 2020-02-26 + 3.2.3 + 2020-05-20 True diff --git a/dist/packages/org.qtproject.ifw/meta/package.xml b/dist/packages/org.qtproject.ifw/meta/package.xml index f82ca1ec1..52f296f30 100644 --- a/dist/packages/org.qtproject.ifw/meta/package.xml +++ b/dist/packages/org.qtproject.ifw/meta/package.xml @@ -2,8 +2,8 @@ Qt Installer Framework Installs the Qt Installer Framework. - 3.2.0 - 2019-12-03 + 3.2.3 + 2020-05-20 diff --git a/installerfw.pri b/installerfw.pri index 25eec935f..5fd523da9 100644 --- a/installerfw.pri +++ b/installerfw.pri @@ -3,9 +3,9 @@ } IFW_PRI_INCLUDED = 1 -IFW_VERSION_STR = 3.2.2 -IFW_VERSION = 0x030202 -IFW_VERSION_WIN32 = 3,2,2,0 +IFW_VERSION_STR = 3.2.3 +IFW_VERSION = 0x030203 +IFW_VERSION_WIN32 = 3,2,3,0 IFW_VERSION_STR_WIN32 = $$IFW_VERSION_STR\0 -- cgit v1.2.3