From 6305520aaca9ccbbe25393582305da9309fd93ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Fri, 25 Mar 2016 09:12:51 +0100 Subject: [PATCH] Set version to 0.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2f1a6c4aa..97adf0d3a 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