Prepare "point" release tag (v1.4.2)

Signed-off-by: Bernhard Nortmann <bernhard.nortmann@web.de>
This commit is contained in:
Bernhard Nortmann 2016-11-29 13:59:21 +01:00
parent 384ff64734
commit 60ea132fcc

2
autoversion.sh Executable file → Normal file
View File

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