From 043d273feb30b64eae2057ec4c8af6d674f4f0a1 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sun, 22 May 2016 15:14:40 -0400 Subject: Bump to 0.79. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 84bf484..d2373b4 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ ##################################################################### ifeq ($(wildcard .git),) -VERSION := 0.74 +VERSION := 0.79 else VERSION := $(shell git describe --always) endif -- cgit v1.2.3