aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2020-06-07 12:25:20 +0200
committerMarc André Tanner <mat@brain-dump.org>2020-06-07 12:25:20 +0200
commit3909adb5c88bc6b60a164733c18ae2cfd15e6473 (patch)
treee74ed0f13c4c2f9322521cac24f896a69c4ccf77 /Makefile
parentdd4c42fa3dd821733ca41851e5e699b3cdf57818 (diff)
downloadvis-3909adb5c88bc6b60a164733c18ae2cfd15e6473.tar.gz
vis-3909adb5c88bc6b60a164733c18ae2cfd15e6473.tar.xz
build: set version to 0.6
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6c8d31e..25b397a 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.5-git")
+VERSION = v0.6
CONFIG_HELP ?= 1
CONFIG_CURSES ?= 1