From: Johannes Berg Date: Fri, 18 Sep 2015 08:54:53 +0000 (+0200) Subject: bump version to 4.3 X-Git-Tag: v4.3^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d290c87e3fd76471601599f56a9be1b40ff581b;p=thirdparty%2Fiw.git bump version to 4.3 Signed-off-by: Johannes Berg --- diff --git a/version.sh b/version.sh index 3b7cafd..7ccd419 100755 --- a/version.sh +++ b/version.sh @@ -1,6 +1,6 @@ #!/bin/sh -VERSION="4.1" +VERSION="4.3" OUT="$1" if [ -d .git ] && head=`git rev-parse --verify HEAD 2>/dev/null`; then