mirror of
https://github.com/Q3Rally-Team/q3rally.git
synced 2024-11-22 03:51:23 +00:00
Change version to v0.0.1.0 in Makefiles to match q_shared.h
This commit is contained in:
parent
eb284c5d5f
commit
9f677862ac
2 changed files with 2 additions and 2 deletions
|
@ -111,7 +111,7 @@ endif
|
|||
export CROSS_COMPILING
|
||||
|
||||
ifndef VERSION
|
||||
VERSION=v0.0.0.8
|
||||
VERSION=v0.0.1.0
|
||||
endif
|
||||
|
||||
ifndef CLIENTBIN
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
ifndef VERSION
|
||||
VERSION=v0.0.0.8
|
||||
VERSION=v0.0.1.0
|
||||
endif
|
||||
ifndef RELEASE
|
||||
RELEASE=0
|
||||
|
|
Loading…
Reference in a new issue