From ea5e23d5685b5d34363be1042d145de5723f1ec7 Mon Sep 17 00:00:00 2001 From: Steve Date: Mon, 19 Mar 2018 22:51:20 +0000 Subject: [PATCH] Don't use git rev list for revision number. --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mk b/common.mk index 926991a..ce618b7 100644 --- a/common.mk +++ b/common.mk @@ -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