aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2020-12-08 10:41:52 +0100
committerMarc André Tanner <mat@brain-dump.org>2020-12-08 10:41:52 +0100
commit979f3d905ab8910de4fb57f91b31d76e3e218aa5 (patch)
tree072f81fba8103283215ee34192d27f5fe9f3c9c1 /Makefile
parent468f9ee1b027a7ce98b1a249fa1af5888feeb989 (diff)
downloadvis-979f3d905ab8910de4fb57f91b31d76e3e218aa5.tar.gz
vis-979f3d905ab8910de4fb57f91b31d76e3e218aa5.tar.xz
Set version to 0.7
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a043e70..384d89c 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ MANUALS = $(EXECUTABLES:=.1)
DOCUMENTATION = LICENSE README.md
-VERSION = $(shell git describe --always --dirty 2>/dev/null || echo "v0.6-git")
+VERSION = v0.7
CONFIG_HELP ?= 1
CONFIG_CURSES ?= 1