summaryrefslogtreecommitdiffstats
path: root/installerfw.pri
diff options
context:
space:
mode:
authorIikka Eklund <iikka.eklund@theqtcompany.com>2016-03-21 10:53:30 +0200
committerIikka Eklund <iikka.eklund@theqtcompany.com>2016-03-22 07:02:32 +0000
commit3388e613f2018661dced481bc9aa1c35b2e0531c (patch)
tree9e95a7d400b10c52ad875754a16b171d44d9bb9c /installerfw.pri
parente67fd518cbdf9c4ea99f88368f4c2b45e625c0c2 (diff)
Update version number for 2.0.3 release
Also update the Changelog. Change-Id: I2a74edd32783bdfb01d4706dcbc2d3ae78ac5069 Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
Diffstat (limited to 'installerfw.pri')
-rw-r--r--installerfw.pri4
1 files changed, 2 insertions, 2 deletions
diff --git a/installerfw.pri b/installerfw.pri
index f5e2e0e52..f2ee3dd67 100644
--- a/installerfw.pri
+++ b/installerfw.pri
@@ -3,8 +3,8 @@
}
IFW_PRI_INCLUDED = 1
-IFW_VERSION_STR = 2.0.2
-IFW_VERSION = 0x020002
+IFW_VERSION_STR = 2.0.3
+IFW_VERSION = 0x020003
IFW_REPOSITORY_FORMAT_VERSION = 1.0.0
IFW_NEWLINE = $$escape_expand(\\n\\t)