From a7c51baacf0867b1089f683b05811744f01a70af Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sat, 11 Mar 2017 16:50:09 -0500 Subject: Release 0.96 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ebd929a..e193b19 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ ##################################################################### ifeq ($(wildcard .git),) -VERSION := 0.88 +VERSION := 0.96 else VERSION := $(shell git describe --always) endif -- cgit v1.2.3