mirror of
https://github.com/Q3Rally-Team/q3rally.git
synced 2025-02-21 03:21:50 +00:00
Update version in Makefile to v0.0.1.2
This commit is contained in:
parent
97dfa7bbe2
commit
7e8d7867e6
2 changed files with 2 additions and 2 deletions
|
@ -111,7 +111,7 @@ endif
|
|||
export CROSS_COMPILING
|
||||
|
||||
ifndef VERSION
|
||||
VERSION=v0.0.1.0
|
||||
VERSION=v0.0.1.2
|
||||
endif
|
||||
|
||||
ifndef CLIENTBIN
|
||||
|
|
|
@ -67,7 +67,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|||
#define BASETA "missionpack"
|
||||
|
||||
#ifndef PRODUCT_VERSION
|
||||
#define PRODUCT_VERSION "v0.0.1.2 r232"
|
||||
#define PRODUCT_VERSION "v0.0.1.2 r233"
|
||||
#endif
|
||||
|
||||
#ifndef PRODUCT_DATE
|
||||
|
|
Loading…
Reference in a new issue