aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKatja Marttila <katja.marttila@qt.io>2019-03-26 10:30:57 +0200
committerKatja Marttila <katja.marttila@qt.io>2019-03-26 09:46:06 +0000
commit32fdd780f02b5c1063835e7165e9f0468c3a8d86 (patch)
tree0e56b7cce2cb23bed9c682e6cb138785a2a0f976
parent7244abffef128641cfc199639063167bcf049923 (diff)
Increase IFW version number
This is because we found a last minute bug which needed fixing before announcing 3.1.0 release. Bug was: "update not working when using version number bigger than 32bit int" Change-Id: I089fba5e84ae26183269abd1292e5986ff1d1afe Reviewed-by: Antti Kokko <antti.kokko@qt.io>
-rw-r--r--packaging-tools/configurations/pkg_templates/pkg_tools/qt.tools.ifw.31/meta/package.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging-tools/configurations/pkg_templates/pkg_tools/qt.tools.ifw.31/meta/package.xml b/packaging-tools/configurations/pkg_templates/pkg_tools/qt.tools.ifw.31/meta/package.xml
index 1b2238613..5ad187e15 100644
--- a/packaging-tools/configurations/pkg_templates/pkg_tools/qt.tools.ifw.31/meta/package.xml
+++ b/packaging-tools/configurations/pkg_templates/pkg_tools/qt.tools.ifw.31/meta/package.xml
@@ -2,7 +2,7 @@
<Package>
<DisplayName>Qt Installer Framework 3.1</DisplayName>
<Description>The Qt Installer Framework provides a set of tools and utilities to create installers for the supported desktop Qt platforms: Linux, Microsoft Windows, and macOS.</Description>
- <Version>%MAINTENANCE_TOOL_VERSION%</Version>
+ <Version>%MAINTENANCE_TOOL_VERSION%-1</Version>
<ReleaseDate>%PACKAGE_CREATION_DATE%</ReleaseDate>
<Default>false</Default>
<SortingPriority>500</SortingPriority>