4
0
mirror of https://github.com/QuasarApp/installer-framework.git synced 2025-05-01 07:54:38 +00:00

Update version number for 2.0.3 release

Also update the Changelog.

Change-Id: I2a74edd32783bdfb01d4706dcbc2d3ae78ac5069
Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
This commit is contained in:
Iikka Eklund 2016-03-21 10:53:30 +02:00
parent e67fd518cb
commit 3388e613f2
5 changed files with 13 additions and 7 deletions
Changelog
dist
config
packages
org.qtproject.ifw.binaries/meta
org.qtproject.ifw/meta
installerfw.pri

@ -1,3 +1,9 @@
2.0.3
- Revert "Use QQmlV4Function to correctly get empty parameters from script."
- Fix crash when updating admin installation with user/temp repository (QTIFW-740)
- Compile with Qt 5.5, 5.6. Minimum version is now 5.5.
- Fix compile with namespace'ed Qt.
2.0.2
- Doc: Remove dubious sentence from installer.calculateComponentsToUninstall().
- Update documentation for --runoperation.

@ -1,7 +1,7 @@
<?xml version="1.0"?>
<Installer>
<Name>Qt Installer Framework</Name>
<Title>Qt Installer Framework 2.0.2</Title>
<Title>Qt Installer Framework 2.0.3</Title>
<Version>1.0.0</Version>
<Publisher>Qt Project</Publisher>
<ProductUrl>http://qt-project.org</ProductUrl>
@ -9,5 +9,5 @@
<MaintenanceToolName>Uninstaller</MaintenanceToolName>
<!-- Tweaked for windows in installscript.qs -->
<TargetDir>@HomeDir@/Qt/QtIFW2.0.2</TargetDir>
<TargetDir>@HomeDir@/Qt/QtIFW2.0.3</TargetDir>
</Installer>

@ -2,7 +2,7 @@
<Package>
<DisplayName>Qt Installer Framework Binaries</DisplayName>
<Description>Installs the binaries, examples and help files.</Description>
<Version>2.0.2</Version>
<ReleaseDate>2015-06-16</ReleaseDate>
<Version>2.0.3</Version>
<ReleaseDate>2016-03-24</ReleaseDate>
<Default>True</Default>
</Package>

@ -2,7 +2,7 @@
<Package>
<DisplayName>Qt Installer Framework</DisplayName>
<Description>Installs the Qt Installer Framework.</Description>
<Version>2.0.2</Version>
<Version>2.0.3</Version>
<ReleaseDate>2015-06-16</ReleaseDate>
<Licenses>
<License name="LGPL 2.1" file="LICENSE.LGPLv21" />

@ -3,8 +3,8 @@
}
IFW_PRI_INCLUDED = 1
IFW_VERSION_STR = 2.0.2
IFW_VERSION = 0x020002
IFW_VERSION_STR = 2.0.3
IFW_VERSION = 0x020003
IFW_REPOSITORY_FORMAT_VERSION = 1.0.0
IFW_NEWLINE = $$escape_expand(\\n\\t)