]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
update version to 3.10 v3.10
authorJohannes Berg <johannes.berg@intel.com>
Thu, 2 May 2013 07:29:10 +0000 (09:29 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 2 May 2013 07:29:10 +0000 (09:29 +0200)
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.

version.sh

index db02f0daabf96d91d7a926f23f91c56e11af7016..a5cd455ebe050d5d8ade48989a79d5e89429e503 100755 (executable)
@@ -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