Add contributors
parent
4981d2d078
commit
2c8b32978a
|
@ -11,4 +11,8 @@ glasyalabolas <https://github.com/glasyalabolas>
|
||||||
David Patrick <https://github.com/dlpatri>
|
David Patrick <https://github.com/dlpatri>
|
||||||
Abraão Filho <https://github.com/chalcosoma>
|
Abraão Filho <https://github.com/chalcosoma>
|
||||||
probonopd <https://github.com/probonopd>
|
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>
|
|
@ -4,10 +4,10 @@ DEFINES += NDEBUG
|
||||||
RESOURCES += resources.qrc
|
RESOURCES += resources.qrc
|
||||||
|
|
||||||
isEmpty(HUMAN_VERSION) {
|
isEmpty(HUMAN_VERSION) {
|
||||||
HUMAN_VERSION = "1.0.0-beta.5"
|
HUMAN_VERSION = "1.0.0-beta.6"
|
||||||
}
|
}
|
||||||
isEmpty(VERSION) {
|
isEmpty(VERSION) {
|
||||||
VERSION = 1.0.0.5
|
VERSION = 1.0.0.6
|
||||||
}
|
}
|
||||||
|
|
||||||
REPOSITORY_URL = "https://github.com/huxingyi/dust3d"
|
REPOSITORY_URL = "https://github.com/huxingyi/dust3d"
|
||||||
|
|
Loading…
Reference in New Issue