Revision number fix for when not using GIT (default to 0).

This commit is contained in:
Steve 2016-08-13 16:57:15 +01:00
parent 334e2aba45
commit 5959c216e3
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
VERSION = 1.0
REVISION = $(shell git rev-list HEAD --count)
VERSION = 1.01
REVISION = $(shell git rev-list HEAD | wc -l)
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