Update version number

Change-Id: Id67d098d554030aa3c8425ad306eed72a187f771
Reviewed-by: Niels Weber <niels.weber@digia.com>
This commit is contained in:
Kai Koehne 2014-04-03 14:43:36 +02:00
parent 3256bdcbba
commit 09c3bf53a5
4 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<Installer> <Installer>
<Name>Qt Installer Framework</Name> <Name>Qt Installer Framework</Name>
<Title>Qt Installer Framework 1.5.81</Title> <Title>Qt Installer Framework 1.6.81</Title>
<Version>1.0.0</Version> <Version>1.0.0</Version>
<Publisher>Qt Project</Publisher> <Publisher>Qt Project</Publisher>
<ProductUrl>http://qt-project.org</ProductUrl> <ProductUrl>http://qt-project.org</ProductUrl>
@ -9,5 +9,5 @@
<UninstallerName>Uninstaller</UninstallerName> <UninstallerName>Uninstaller</UninstallerName>
<!-- Tweaked for windows in installscript.qs --> <!-- Tweaked for windows in installscript.qs -->
<TargetDir>@homeDir@/Qt/QtIFW-1.5.81</TargetDir> <TargetDir>@homeDir@/Qt/QtIFW-1.6.81</TargetDir>
</Installer> </Installer>

View File

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

View File

@ -2,7 +2,7 @@
<Package> <Package>
<DisplayName>Qt Installer Framework</DisplayName> <DisplayName>Qt Installer Framework</DisplayName>
<Description>Installs the Qt Installer Framework.</Description> <Description>Installs the Qt Installer Framework.</Description>
<Version>1.5.81</Version> <Version>1.6.81</Version>
<ReleaseDate>2013-12-12</ReleaseDate> <ReleaseDate>2013-12-12</ReleaseDate>
<Licenses> <Licenses>
<License name="LGPL 2.1" file="LICENSE.LGPL" /> <License name="LGPL 2.1" file="LICENSE.LGPL" />

View File

@ -3,7 +3,7 @@
} }
IFW_PRI_INCLUDED = 1 IFW_PRI_INCLUDED = 1
IFW_VERSION = 1.5.81 IFW_VERSION = 1.6.81
IFW_REPOSITORY_FORMAT_VERSION = 1.0.0 IFW_REPOSITORY_FORMAT_VERSION = 1.0.0
IFW_NEWLINE = $$escape_expand(\\n\\t) IFW_NEWLINE = $$escape_expand(\\n\\t)