mirror of
https://github.com/QuasarApp/installer-framework.git
synced 2025-04-30 07:24:32 +00:00
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:
parent
99c2eb19c3
commit
1611812a62
@ -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
|
2.0.1
|
||||||
- Do not throw exception on empty translation files.
|
- Do not throw exception on empty translation files.
|
||||||
- Fix --checkupdates mode.
|
- Fix --checkupdates mode.
|
||||||
|
4
dist/config/config.xml
vendored
4
dist/config/config.xml
vendored
@ -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 2.0.1</Title>
|
<Title>Qt Installer Framework 2.0.2</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 @@
|
|||||||
<MaintenanceToolName>Uninstaller</MaintenanceToolName>
|
<MaintenanceToolName>Uninstaller</MaintenanceToolName>
|
||||||
|
|
||||||
<!-- Tweaked for windows in installscript.qs -->
|
<!-- Tweaked for windows in installscript.qs -->
|
||||||
<TargetDir>@HomeDir@/Qt/QtIFW2.0.1</TargetDir>
|
<TargetDir>@HomeDir@/Qt/QtIFW2.0.2</TargetDir>
|
||||||
</Installer>
|
</Installer>
|
||||||
|
@ -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>2.0.1</Version>
|
<Version>2.0.2</Version>
|
||||||
<ReleaseDate>2013-12-12</ReleaseDate>
|
<ReleaseDate>2015-06-16</ReleaseDate>
|
||||||
<Default>True</Default>
|
<Default>True</Default>
|
||||||
</Package>
|
</Package>
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
<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>2.0.1</Version>
|
<Version>2.0.2</Version>
|
||||||
<ReleaseDate>2013-12-12</ReleaseDate>
|
<ReleaseDate>2015-06-16</ReleaseDate>
|
||||||
<Licenses>
|
<Licenses>
|
||||||
<License name="LGPL 2.1" file="LICENSE.LGPLv21" />
|
<License name="LGPL 2.1" file="LICENSE.LGPLv21" />
|
||||||
<License name="LGPL 3" file="LICENSE.LGPLv3" />
|
<License name="LGPL 3" file="LICENSE.LGPLv3" />
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
}
|
}
|
||||||
IFW_PRI_INCLUDED = 1
|
IFW_PRI_INCLUDED = 1
|
||||||
|
|
||||||
IFW_VERSION_STR = 2.0.1
|
IFW_VERSION_STR = 2.0.2
|
||||||
IFW_VERSION = 0x020001
|
IFW_VERSION = 0x020002
|
||||||
|
|
||||||
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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user