Don't use git rev list for revision number.

This commit is contained in:
Steve 2018-03-19 22:51:20 +00:00
parent cdf34e1c97
commit ea5e23d568
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
VERSION = 0.7
REVISION = $(shell git rev-list HEAD 2>/dev/null | wc -l)
REVISION = 0
LOCALE_MO = $(patsubst %.po,%.mo,$(wildcard locale/*.po))
SEARCHPATH += src