From ba1c0c182538493089860dfcafc4f051bbe04aab Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Sun, 26 Jun 2016 18:14:19 +0200 Subject: [PATCH] Releasing 0.8.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2a8348a..d4d609c 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ export VERSION := 0 export SUBVERSION := 8 -export MINORVERSION := 2-SNAPSHOT +export MINORVERSION := 2 #export PREFIX := /usr export PREFIX ?= /usr/local