aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2018-03-25 19:55:55 +0200
committerMarc André Tanner <mat@brain-dump.org>2018-03-25 19:55:55 +0200
commitebb1c4a536ab22e82edf7cc365704875da8900ce (patch)
tree84afffc06240e6b66a50b6e7ea63f9fbe4d9e4de
parent1157a2b1aa93fac7d31a1a6c9b5c6d2c924e7506 (diff)
downloadvis-ebb1c4a536ab22e82edf7cc365704875da8900ce.tar.gz
vis-ebb1c4a536ab22e82edf7cc365704875da8900ce.tar.xz
build: set version to 0.5
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 917a260..3728757 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.4-git")
+VERSION = v0.5
CONFIG_HELP ?= 1
CONFIG_CURSES ?= 1