mirror of
https://github.com/QuasarApp/installer-framework.git
synced 2025-04-27 14:04:32 +00:00
Update version number
Change-Id: Id67d098d554030aa3c8425ad306eed72a187f771 Reviewed-by: Niels Weber <niels.weber@digia.com>
This commit is contained in:
parent
3256bdcbba
commit
09c3bf53a5
4
dist/config/config.xml
vendored
4
dist/config/config.xml
vendored
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
<Installer>
|
||||
<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>
|
||||
<Publisher>Qt Project</Publisher>
|
||||
<ProductUrl>http://qt-project.org</ProductUrl>
|
||||
@ -9,5 +9,5 @@
|
||||
<UninstallerName>Uninstaller</UninstallerName>
|
||||
|
||||
<!-- Tweaked for windows in installscript.qs -->
|
||||
<TargetDir>@homeDir@/Qt/QtIFW-1.5.81</TargetDir>
|
||||
<TargetDir>@homeDir@/Qt/QtIFW-1.6.81</TargetDir>
|
||||
</Installer>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<Package>
|
||||
<DisplayName>Qt Installer Framework Binaries</DisplayName>
|
||||
<Description>Installs the binaries, examples and help files.</Description>
|
||||
<Version>1.5.81</Version>
|
||||
<Version>1.6.81</Version>
|
||||
<ReleaseDate>2013-12-12</ReleaseDate>
|
||||
<Default>True</Default>
|
||||
</Package>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<Package>
|
||||
<DisplayName>Qt Installer Framework</DisplayName>
|
||||
<Description>Installs the Qt Installer Framework.</Description>
|
||||
<Version>1.5.81</Version>
|
||||
<Version>1.6.81</Version>
|
||||
<ReleaseDate>2013-12-12</ReleaseDate>
|
||||
<Licenses>
|
||||
<License name="LGPL 2.1" file="LICENSE.LGPL" />
|
||||
|
@ -3,7 +3,7 @@
|
||||
}
|
||||
IFW_PRI_INCLUDED = 1
|
||||
|
||||
IFW_VERSION = 1.5.81
|
||||
IFW_VERSION = 1.6.81
|
||||
|
||||
IFW_REPOSITORY_FORMAT_VERSION = 1.0.0
|
||||
IFW_NEWLINE = $$escape_expand(\\n\\t)
|
||||
|
Loading…
x
Reference in New Issue
Block a user