From 09b5a9b8ba67c946741485b8a95436ec1de07b66 Mon Sep 17 00:00:00 2001 From: Dmitri Goutnik Date: Fri, 12 Jan 2018 16:51:57 -0500 Subject: [PATCH] Update VERSION --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9860bd9..0083007 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # This snippet has been shmelessly stol^Hborrowed from thestinger's repose Makefile -VERSION = 1.2 +VERSION = 1.3 GIT_DESC=$(shell test -d .git && git describe --always 2>/dev/null) ifneq "$(GIT_DESC)" ""