]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
version 3.11 v3.11
authorJohannes Berg <johannes.berg@intel.com>
Thu, 29 Aug 2013 10:09:39 +0000 (12:09 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 29 Aug 2013 10:09:39 +0000 (12:09 +0200)
We already have more features supported than will be in 3.11
(notably the coalescing support) but that doesn't really matter.

version.sh

index a5cd455ebe050d5d8ade48989a79d5e89429e503..80e55abd734065130626981bb3c3f2b6f7a113f2 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-VERSION="3.10"
+VERSION="3.11"
 OUT="$1"
 
 if head=`git rev-parse --verify HEAD 2>/dev/null`; then