From 50cc88aefbcd5e5cefa547532aed3041c19776ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Tue, 6 Oct 2015 09:12:27 +0200 Subject: Change release tarball compression to gzip --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index 7c9b03d..6b62eb4 100644 --- a/config.mk +++ b/config.mk @@ -3,7 +3,7 @@ HAVE_ACL=0 HAVE_SELINUX=0 # vis version -RELEASE = 0.0.0 +RELEASE = HEAD # try to get a tag and hash first GITHASH = $(shell git log -1 --format='%h' 2>/dev/null) GITTAG = $(shell git describe --abbrev=0 --tags 2>/dev/null) -- cgit v1.2.3