Change version from alpha1 to unversioned for test build

master
Jeremy Hu 2018-04-18 11:42:45 +08:00
parent 06e5635a80
commit 486c313d7f
1 changed files with 8 additions and 2 deletions

View File

@ -2,10 +2,16 @@ QT += core widgets opengl
CONFIG += release CONFIG += release
RESOURCES += resources.qrc RESOURCES += resources.qrc
HUMAN_VERSION = "0.0-alpha1" isEmpty(HUMAN_VERSION) {
HUMAN_VERSION = "0.0-unversioned"
}
isEmpty(VERSION) {
VERSION = 0.0.0.1
}
REPOSITORY_URL = "https://github.com/huxingyi/dust3d" REPOSITORY_URL = "https://github.com/huxingyi/dust3d"
ISSUES_URL = "https://github.com/huxingyi/dust3d/issues" ISSUES_URL = "https://github.com/huxingyi/dust3d/issues"
VERSION = 0.0.0.1
QMAKE_TARGET_COMPANY = Dust3D QMAKE_TARGET_COMPANY = Dust3D
QMAKE_TARGET_PRODUCT = Dust3D QMAKE_TARGET_PRODUCT = Dust3D
QMAKE_TARGET_DESCRIPTION = "Aim to be a quick modeling tool for game development" QMAKE_TARGET_DESCRIPTION = "Aim to be a quick modeling tool for game development"