aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2017-07-23 19:38:55 +0200
committerMarc André Tanner <mat@brain-dump.org>2017-07-23 19:38:55 +0200
commit0e29334f42caa0d76d60a34fbfe2296e1c5b52bf (patch)
tree5cf06f1fc82782dd0c73d83a0eb53a56fe5c6511 /Makefile
parenteb5135b31932e6f63820b56dabb3d57ea9ad6b38 (diff)
downloadvis-0e29334f42caa0d76d60a34fbfe2296e1c5b52bf.tar.gz
vis-0e29334f42caa0d76d60a34fbfe2296e1c5b52bf.tar.xz
build: set version to 0.4
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d32e863..24627f3 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ MANUALS = $(EXECUTABLES:=.1)
DOCUMENTATION = LICENSE README.md
-VERSION = $(shell git describe --always --dirty 2>/dev/null || echo "v0.3-git")
+VERSION = v0.4
CONFIG_HELP ?= 1
CONFIG_CURSES ?= 1