Release 1.0.0-beta.2

master
Jeremy Hu 2018-12-01 14:14:53 +09:30
parent d9605709a1
commit 7a244c2a16
1 changed files with 2 additions and 2 deletions

View File

@ -4,10 +4,10 @@ DEFINES += NDEBUG
RESOURCES += resources.qrc
isEmpty(HUMAN_VERSION) {
HUMAN_VERSION = "1.0.0-beta"
HUMAN_VERSION = "1.0.0-beta.2"
}
isEmpty(VERSION) {
VERSION = 1.0.0.1
VERSION = 1.0.0.2
}
REPOSITORY_URL = "https://github.com/huxingyi/dust3d"