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