aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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