Version bump

Change-Id: Ic11a894ef21f4dd2967a3fd662fad8a30f11ba7e
Reviewed-by: Jarek Kobus <jaroslaw.kobus@theqtcompany.com>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
This commit is contained in:
Kai Koehne 2015-06-16 08:25:47 +02:00
parent 99c2eb19c3
commit 1611812a62
5 changed files with 13 additions and 8 deletions

View File

@ -1,3 +1,8 @@
2.0.2
- Fix .dat file that gets deleted after multiple component changes on Windows.
- Fix maintenance tool upgrade on OS X.
- Documentation updates.
2.0.1
- Do not throw exception on empty translation files.
- Fix --checkupdates mode.

View File

@ -1,7 +1,7 @@
<?xml version="1.0"?>
<Installer>
<Name>Qt Installer Framework</Name>
<Title>Qt Installer Framework 2.0.1</Title>
<Title>Qt Installer Framework 2.0.2</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.1</TargetDir>
<TargetDir>@HomeDir@/Qt/QtIFW2.0.2</TargetDir>
</Installer>

View File

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

View File

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

View File

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