From 8f93c9bc59781061eeb3fcdacd8d6dbb992763d9 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sun, 4 Sep 2016 14:32:40 -0400 Subject: Bump the version to 0.82. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b80873d..4b0bf7d 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ ##################################################################### ifeq ($(wildcard .git),) -VERSION := 0.79 +VERSION := 0.82 else VERSION := $(shell git describe --always) endif -- cgit v1.2.3