Add contributor #25

master
Jeremy Hu 2018-12-08 13:04:37 +09:30
parent ddd0cbf5ad
commit 9a5d6df106
2 changed files with 4 additions and 3 deletions

View File

@ -19,4 +19,5 @@ Jimmy Gunawan <https://github.com/enzyme69>
mikeruddy <https://github.com/mikeruddy> mikeruddy <https://github.com/mikeruddy>
Helspank <https://github.com/Helspank> Helspank <https://github.com/Helspank>
Demorde <https://github.com/Demorde> Demorde <https://github.com/Demorde>
vanous <https://github.com/vanous> vanous <https://github.com/vanous>
justStand <https://github.com/justStand>

View File

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