Compare commits

...

2 Commits
v1.3 ... master

Author SHA1 Message Date
LemonBoy 35183ab81d
Merge pull request #210 from dmgk/master
Update VERSION
2018-01-15 13:56:51 +01:00
Dmitri Goutnik 09b5a9b8ba Update VERSION 2018-01-12 16:51:57 -05:00
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)" ""