From: Johannes Berg Date: Thu, 2 May 2013 07:29:10 +0000 (+0200) Subject: update version to 3.10 X-Git-Tag: v3.10^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fe424b2465118eca166b2e901b5a378bf9582fb0;p=thirdparty%2Fiw.git update version to 3.10 It seems I forgot to release 3.9 when that kernel was starting, so there's little point in doing it now. The 3.10 merge window has opened and wireless features are finalized, so this version of iw matches what will be supported in 3.10. --- diff --git a/version.sh b/version.sh index db02f0d..a5cd455 100755 --- a/version.sh +++ b/version.sh @@ -1,6 +1,6 @@ #!/bin/sh -VERSION="3.8" +VERSION="3.10" OUT="$1" if head=`git rev-parse --verify HEAD 2>/dev/null`; then