forked from qt-creator/qt-creator
		
	Bump version numbers
Change-Id: I6f3fdea94d4f1e25513d976fd8ef18c395d8fa7b Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
This commit is contained in:
		@@ -1,8 +1,8 @@
 | 
			
		||||
!isEmpty(QTCREATOR_PRI_INCLUDED):error("qtcreator.pri already included")
 | 
			
		||||
QTCREATOR_PRI_INCLUDED = 1
 | 
			
		||||
 | 
			
		||||
QTCREATOR_VERSION = 3.1.84
 | 
			
		||||
QTCREATOR_COMPAT_VERSION = 3.1.84
 | 
			
		||||
QTCREATOR_VERSION = 3.1.85
 | 
			
		||||
QTCREATOR_COMPAT_VERSION = 3.1.85
 | 
			
		||||
BINARY_ARTIFACTS_BRANCH = 3.2
 | 
			
		||||
 | 
			
		||||
# enable c++11
 | 
			
		||||
 
 | 
			
		||||
@@ -5,11 +5,11 @@ Project {
 | 
			
		||||
    property bool withAutotests: qbs.buildVariant === "debug"
 | 
			
		||||
    property string ide_version_major: '3'
 | 
			
		||||
    property string ide_version_minor: '1'
 | 
			
		||||
    property string ide_version_release: '84'
 | 
			
		||||
    property string ide_version_release: '85'
 | 
			
		||||
    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: '1'
 | 
			
		||||
    property string ide_compat_version_release: '84'
 | 
			
		||||
    property string ide_compat_version_release: '85'
 | 
			
		||||
    property string qtcreator_compat_version: ide_compat_version_major + '.' + ide_compat_version_minor + '.' + ide_compat_version_release
 | 
			
		||||
    property path ide_source_tree: path
 | 
			
		||||
    property string ide_app_path: qbs.targetOS.contains("osx") ? "" : "bin"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user