aboutsummaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
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)