Add contributors

master
Jeremy Hu 2018-12-02 08:30:32 +09:30
parent 4981d2d078
commit 2c8b32978a
2 changed files with 7 additions and 3 deletions

View File

@ -11,4 +11,8 @@ glasyalabolas <https://github.com/glasyalabolas>
David Patrick <https://github.com/dlpatri>
Abraão Filho <https://github.com/chalcosoma>
probonopd <https://github.com/probonopd>
John Tsiombikas <https://github.com/jtsiomb>
John Tsiombikas <https://github.com/jtsiomb>
Jared Deckard <https://github.com/deckar01>
Brandon Vandegrift <https://github.com/bmv437>
iKlsR <https://github.com/iKlsR>
Jimmy Gunawan <https://github.com/enzyme69>

View File

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