From: Johannes Berg Date: Thu, 9 Oct 2014 14:21:35 +0000 (+0200) Subject: update to version 3.17 X-Git-Tag: v3.17^0 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=fbf53c8a51e30a93a3c72fd48cb55c8085a23607;p=thirdparty%2Fiw.git update to version 3.17 This means I forgot and am skipping 3.16, too bad. Signed-off-by: Johannes Berg --- diff --git a/version.sh b/version.sh index 11d124b..82af11e 100755 --- a/version.sh +++ b/version.sh @@ -1,6 +1,6 @@ #!/bin/sh -VERSION="3.15" +VERSION="3.17" OUT="$1" if [ -d .git ] && head=`git rev-parse --verify HEAD 2>/dev/null`; then