diff options
author | Eike Ziller <[email protected]> | 2014-01-29 10:37:28 +0100 |
---|---|---|
committer | Eike Ziller <[email protected]> | 2014-01-29 10:38:07 +0100 |
commit | 51af63bb9ec17b08554a55f51efeda6fa94962f3 (patch) | |
tree | a53e24314cb7f2c34e943c77984425f5e8dbcca7 | |
parent | 4c39fbb95087d0c28298187f531efc44aa4232f2 (diff) |
Version bumpv3.0.1
Change-Id: Ie852069d4c3f01eb021837644865fdea41a34c54
Reviewed-by: Eike Ziller <[email protected]>
-rw-r--r-- | qtcreator.pri | 2 | ||||
-rw-r--r-- | qtcreator.qbs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/qtcreator.pri b/qtcreator.pri index 4f6e4de32d8..49dcab125ab 100644 --- a/qtcreator.pri +++ b/qtcreator.pri @@ -1,7 +1,7 @@ !isEmpty(QTCREATOR_PRI_INCLUDED):error("qtcreator.pri already included") QTCREATOR_PRI_INCLUDED = 1 -QTCREATOR_VERSION = 3.0.0 +QTCREATOR_VERSION = 3.0.1 QTCREATOR_COMPAT_VERSION = 3.0.0 BINARY_ARTIFACTS_BRANCH = 3.0 diff --git a/qtcreator.qbs b/qtcreator.qbs index 9cce3643955..ba634786485 100644 --- a/qtcreator.qbs +++ b/qtcreator.qbs @@ -4,7 +4,7 @@ Project { property bool withAutotests: qbs.buildVariant === "debug" property string ide_version_major: '3' property string ide_version_minor: '0' - property string ide_version_release: '0' + property string ide_version_release: '1' property string qtcreator_version: ide_version_major + '.' + ide_version_minor + '.' + ide_version_release property string ide_compat_version_major: '3' property string ide_compat_version_minor: '0' |