summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Podsvirov <konstantin@podsvirov.pro>2017-04-06 00:53:56 +0300
committerKatja Marttila <katja.marttila@qt.io>2017-04-11 10:49:43 +0000
commit97498e486ac2d1d25206d4151613693dcf69e571 (patch)
treee21daff8809b4251eabc087a88e7dd0a35e31b18
parenta42a15779a4c75431add40f0b88fc57c591b1efa (diff)
Begin 3.1 version development
Change-Id: Idd6e89a09a539eb9d6d6b1271738bd8ba774cce6 Reviewed-by: Katja Marttila <katja.marttila@qt.io>
-rw-r--r--dist/config/config.xml4
-rw-r--r--dist/packages/org.qtproject.ifw.binaries/meta/package.xml4
-rw-r--r--dist/packages/org.qtproject.ifw/meta/package.xml4
-rw-r--r--installerfw.pri4
4 files changed, 8 insertions, 8 deletions
diff --git a/dist/config/config.xml b/dist/config/config.xml
index 2105b53c5..e896b963c 100644
--- a/dist/config/config.xml
+++ b/dist/config/config.xml
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<Installer>
<Name>Qt Installer Framework</Name>
- <Title>Qt Installer Framework 3.0.81</Title>
+ <Title>Qt Installer Framework 3.1.81</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/QtIFW-3.0.81</TargetDir>
+ <TargetDir>@HomeDir@/Qt/QtIFW-3.1.81</TargetDir>
</Installer>
diff --git a/dist/packages/org.qtproject.ifw.binaries/meta/package.xml b/dist/packages/org.qtproject.ifw.binaries/meta/package.xml
index e2f51aa16..0d6a8ac22 100644
--- a/dist/packages/org.qtproject.ifw.binaries/meta/package.xml
+++ b/dist/packages/org.qtproject.ifw.binaries/meta/package.xml
@@ -2,7 +2,7 @@
<Package>
<DisplayName>Qt Installer Framework Binaries</DisplayName>
<Description>Installs the binaries, examples and help files.</Description>
- <Version>3.0.81</Version>
- <ReleaseDate>2017-03-29</ReleaseDate>
+ <Version>3.1.81</Version>
+ <ReleaseDate>2017-04-06</ReleaseDate>
<Default>True</Default>
</Package>
diff --git a/dist/packages/org.qtproject.ifw/meta/package.xml b/dist/packages/org.qtproject.ifw/meta/package.xml
index 5997adeaa..4f5628391 100644
--- a/dist/packages/org.qtproject.ifw/meta/package.xml
+++ b/dist/packages/org.qtproject.ifw/meta/package.xml
@@ -2,8 +2,8 @@
<Package>
<DisplayName>Qt Installer Framework</DisplayName>
<Description>Installs the Qt Installer Framework.</Description>
- <Version>3.0.81</Version>
- <ReleaseDate>2017-03-29</ReleaseDate>
+ <Version>3.1.81</Version>
+ <ReleaseDate>2017-04-06</ReleaseDate>
<Licenses>
<License name="The Qt Company GPL Exception 1.0" file="LICENSE.GPL3-EXCEPT" />
<License name="Third Party Code Licenses" file="3RDPARTY" />
diff --git a/installerfw.pri b/installerfw.pri
index 106aa89db..a289fbb44 100644
--- a/installerfw.pri
+++ b/installerfw.pri
@@ -3,8 +3,8 @@
}
IFW_PRI_INCLUDED = 1
-IFW_VERSION_STR = 3.0.81
-IFW_VERSION = 0x030081
+IFW_VERSION_STR = 3.1.81
+IFW_VERSION = 0x030181
IFW_REPOSITORY_FORMAT_VERSION = 1.0.0
IFW_NEWLINE = $$escape_expand(\\n\\t)