From 9080136cc0e230d879ad4d580fdab4048684eb5e Mon Sep 17 00:00:00 2001 From: Bernhard Nortmann Date: Wed, 26 Oct 2016 20:51:18 +0200 Subject: [PATCH] Prepare release v1.4 Signed-off-by: Bernhard Nortmann --- autoversion.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoversion.sh b/autoversion.sh index 35f548b784..1769df3021 100755 --- a/autoversion.sh +++ b/autoversion.sh @@ -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