From: Johannes Berg Date: Tue, 5 May 2015 12:15:14 +0000 (+0200) Subject: bump version to 4.1 X-Git-Tag: v4.1^0 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=1a2ad931c8b03bf007d1e5706553f58cde8e4f2d;p=thirdparty%2Fiw.git bump version to 4.1 Signed-off-by: Johannes Berg --- diff --git a/version.sh b/version.sh index ab53806..50c888b 100755 --- a/version.sh +++ b/version.sh @@ -1,6 +1,6 @@ #!/bin/sh -VERSION="4.0" +VERSION="4.1" OUT="$1" if [ -d .git ] && head=`git rev-parse --verify HEAD 2>/dev/null`; then