Release 1.0.0-beta.5

master
Jeremy Hu 2018-12-02 08:25:30 +09:30
parent ba218b7168
commit 4981d2d078
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.4"
HUMAN_VERSION = "1.0.0-beta.5"
}
isEmpty(VERSION) {
VERSION = 1.0.0.4
VERSION = 1.0.0.5
}
REPOSITORY_URL = "https://github.com/huxingyi/dust3d"