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)" ""