v1.0
This commit is contained in:
parent
bd4bf90275
commit
3f872d312e
|
@ -1,5 +1,5 @@
|
||||||
VERSION = 0.99
|
VERSION = 1.0
|
||||||
REVISION = $(shell date +"%y%m%d")
|
REVISION = $(shell git rev-list HEAD --count)
|
||||||
LOCALE_MO = $(patsubst %.po,%.mo,$(wildcard locale/*.po))
|
LOCALE_MO = $(patsubst %.po,%.mo,$(wildcard locale/*.po))
|
||||||
|
|
||||||
SEARCHPATH += src/ src/battle src/challenges src/draw src/game src/galaxy src/json src/system src/test
|
SEARCHPATH += src/ src/battle src/challenges src/draw src/game src/galaxy src/json src/system src/test
|
||||||
|
|
Loading…
Reference in New Issue