forked from qt-creator/qt-creator
Bump version to 4.8.1
Change-Id: Ic5447ccb1e0a5e9b181d4210b2c84b526681c6da Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -4,10 +4,10 @@ import qbs.FileInfo
|
|||||||
import "qtc.js" as HelperFunctions
|
import "qtc.js" as HelperFunctions
|
||||||
|
|
||||||
Module {
|
Module {
|
||||||
property string qtcreator_display_version: '4.8.0'
|
property string qtcreator_display_version: '4.8.1'
|
||||||
property string ide_version_major: '4'
|
property string ide_version_major: '4'
|
||||||
property string ide_version_minor: '8'
|
property string ide_version_minor: '8'
|
||||||
property string ide_version_release: '0'
|
property string ide_version_release: '1'
|
||||||
property string qtcreator_version: ide_version_major + '.' + ide_version_minor + '.'
|
property string qtcreator_version: ide_version_major + '.' + ide_version_minor + '.'
|
||||||
+ ide_version_release
|
+ ide_version_release
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
!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 = 4.8.0
|
QTCREATOR_VERSION = 4.8.1
|
||||||
QTCREATOR_COMPAT_VERSION = 4.8.0
|
QTCREATOR_COMPAT_VERSION = 4.8.0
|
||||||
VERSION = $$QTCREATOR_VERSION
|
VERSION = $$QTCREATOR_VERSION
|
||||||
QTCREATOR_DISPLAY_VERSION = 4.8.0
|
QTCREATOR_DISPLAY_VERSION = 4.8.1
|
||||||
QTCREATOR_COPYRIGHT_YEAR = 2018
|
QTCREATOR_COPYRIGHT_YEAR = 2018
|
||||||
BINARY_ARTIFACTS_BRANCH = 4.8
|
BINARY_ARTIFACTS_BRANCH = 4.8
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user