forked from qt-creator/qt-creator
Version bump
Change-Id: Ie852069d4c3f01eb021837644865fdea41a34c54 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
!isEmpty(QTCREATOR_PRI_INCLUDED):error("qtcreator.pri already included")
|
!isEmpty(QTCREATOR_PRI_INCLUDED):error("qtcreator.pri already included")
|
||||||
QTCREATOR_PRI_INCLUDED = 1
|
QTCREATOR_PRI_INCLUDED = 1
|
||||||
|
|
||||||
QTCREATOR_VERSION = 3.0.0
|
QTCREATOR_VERSION = 3.0.1
|
||||||
QTCREATOR_COMPAT_VERSION = 3.0.0
|
QTCREATOR_COMPAT_VERSION = 3.0.0
|
||||||
BINARY_ARTIFACTS_BRANCH = 3.0
|
BINARY_ARTIFACTS_BRANCH = 3.0
|
||||||
|
|
||||||
|
@@ -4,7 +4,7 @@ Project {
|
|||||||
property bool withAutotests: qbs.buildVariant === "debug"
|
property bool withAutotests: qbs.buildVariant === "debug"
|
||||||
property string ide_version_major: '3'
|
property string ide_version_major: '3'
|
||||||
property string ide_version_minor: '0'
|
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 qtcreator_version: ide_version_major + '.' + ide_version_minor + '.' + ide_version_release
|
||||||
property string ide_compat_version_major: '3'
|
property string ide_compat_version_major: '3'
|
||||||
property string ide_compat_version_minor: '0'
|
property string ide_compat_version_minor: '0'
|
||||||
|
Reference in New Issue
Block a user