aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFelix Van der Jeugt <felix.vanderjeugt@posteo.net>2022-11-01 15:11:23 +0100
committerFelix Van der Jeugt <felix.vanderjeugt@posteo.net>2022-11-01 15:11:23 +0100
commit593a70b1eb136c1bb655db3bf08c29f5f9f2165f (patch)
treecc9c7be186505634e6e48bf34a2e80815976a529 /Makefile
parentd3cb76ed2af006102a1f776f48d6bf992ff8e439 (diff)
downloadvis-593a70b1eb136c1bb655db3bf08c29f5f9f2165f.tar.gz
vis-593a70b1eb136c1bb655db3bf08c29f5f9f2165f.tar.xz
Set version to 0.8-git
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3d3539e..c862643 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.7-git")
+VERSION = $(shell git describe --always --dirty 2>/dev/null || echo "v0.8-git")
CONFIG_HELP ?= 1
CONFIG_CURSES ?= 1