Revision number fix for when not using GIT (default to 0).
This commit is contained in:
parent
334e2aba45
commit
5959c216e3
|
@ -1,5 +1,5 @@
|
||||||
VERSION = 1.0
|
VERSION = 1.01
|
||||||
REVISION = $(shell git rev-list HEAD --count)
|
REVISION = $(shell git rev-list HEAD | wc -l)
|
||||||
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