diff options
author | Katja Marttila <katja.marttila@qt.io> | 2020-05-20 10:42:23 +0300 |
---|---|---|
committer | Katja Marttila <katja.marttila@qt.io> | 2020-05-20 07:46:42 +0000 |
commit | eb500c4b5b810198acb1f32602a20a84a460aeb9 (patch) | |
tree | fae56fe1d03159e7ec2c71d5bf917cb4d9e7f1a1 | |
parent | 18b56f7e17369ea6299728020c3d1ad021561745 (diff) |
-rw-r--r-- | Changelog | 4 | ||||
-rw-r--r-- | dist/config/config.xml | 6 | ||||
-rw-r--r-- | dist/packages/org.qtproject.ifw.binaries/meta/package.xml | 4 | ||||
-rw-r--r-- | dist/packages/org.qtproject.ifw/meta/package.xml | 4 | ||||
-rw-r--r-- | installerfw.pri | 6 |
5 files changed, 14 insertions, 10 deletions
@@ -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 @@ <?xml version="1.0"?> <Installer> <Name>Qt Installer Framework</Name> - <Title>Qt Installer Framework 3.2.2</Title> - <Version>3.2.2</Version> + <Title>Qt Installer Framework 3.2.3</Title> + <Version>3.2.3</Version> <Publisher>Qt Project</Publisher> <ProductUrl>http://qt-project.org</ProductUrl> <Watermark>watermark.png</Watermark> <MaintenanceToolName>Uninstaller</MaintenanceToolName> <!-- Tweaked for windows in installscript.qs --> - <TargetDir>@HomeDir@/Qt/QtIFW-3.2.2</TargetDir> + <TargetDir>@HomeDir@/Qt/QtIFW-3.2.3</TargetDir> </Installer> 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 @@ <Package> <DisplayName>Qt Installer Framework Binaries</DisplayName> <Description>Installs the binaries, examples and help files.</Description> - <Version>3.2.2</Version> - <ReleaseDate>2020-02-26</ReleaseDate> + <Version>3.2.3</Version> + <ReleaseDate>2020-05-20</ReleaseDate> <Default>True</Default> </Package> 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 @@ <Package> <DisplayName>Qt Installer Framework</DisplayName> <Description>Installs the Qt Installer Framework.</Description> - <Version>3.2.0</Version> - <ReleaseDate>2019-12-03</ReleaseDate> + <Version>3.2.3</Version> + <ReleaseDate>2020-05-20</ReleaseDate> <Licenses> <License name="The Qt Company GPL Exception 1.0" file="LICENSE.GPL3-EXCEPT" /> <License name="Third Party Code Licenses" file="3RDPARTY" /> 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 |