aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2016-03-25 09:12:51 +0100
committerMarc André Tanner <mat@brain-dump.org>2016-03-25 09:12:51 +0100
commit6305520aaca9ccbbe25393582305da9309fd93ae (patch)
tree4f530b1c4b6473c77bac0aa91bf93b25b0238afb
parent3fef29d9155ccf016fa74be5b19e05aeace5e2e0 (diff)
downloadvis-6305520aaca9ccbbe25393582305da9309fd93ae.tar.gz
vis-6305520aaca9ccbbe25393582305da9309fd93ae.tar.xz
Set version to 0.2
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2f1a6c4..97adf0d 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ PREFIX ?= /usr/local
MANPREFIX ?= ${PREFIX}/share/man
SHAREPREFIX ?= ${PREFIX}/share/vis
-VERSION = $(shell git describe 2>/dev/null || echo "0.1.x")
+VERSION = $(shell git describe 2>/dev/null || echo "0.2")
CONFIG_LUA ?= 1
CONFIG_ACL ?= 0