Merge pull request #68 from n1tehawk/20161021_autoversion

Prepare release v1.4
This commit is contained in:
NiteHawk 2016-10-26 20:53:37 +02:00 committed by GitHub
commit 9a3d62aa0c

View File

@ -4,7 +4,7 @@
# output (on stdout) can easily be redirected to a file.
#
LATEST_RELEASE="v1.3"
LATEST_RELEASE="v1.4"
if VER=`git describe --tags --dirty --always`; then
echo "Setting version information: ${VER}" >&2