Merge pull request #210 from dmgk/master

Update VERSION
This commit is contained in:
LemonBoy 2018-01-15 13:56:51 +01:00 committed by GitHub
commit 35183ab81d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)" ""