From 8a260f32a2253cc9eaedea25ceff3e9402960090 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Tue, 23 Feb 2016 11:28:12 -0500 Subject: Bump the version to 0.70. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b80fa03..1ee29bc 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ ##################################################################### ifeq ($(wildcard .git),) -VERSION := 0.67 +VERSION := 0.70 else VERSION := $(shell git describe --always) endif -- cgit v1.2.3