Update VERSION

This commit is contained in:
Dmitri Goutnik 2018-01-12 16:51:57 -05:00
parent 2f255b1756
commit 09b5a9b8ba
1 changed files with 1 additions and 1 deletions

View File

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