]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
version 0.9.22 v0.9.22
authorJohannes Berg <johannes.berg@intel.com>
Fri, 4 Feb 2011 12:29:39 +0000 (13:29 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 4 Feb 2011 12:29:39 +0000 (13:29 +0100)
 * bugfixes
 * P2P information
 * 4addr support
 * WDS support
 * IBSS improvements
 * mesh improvements, support for mesh join/leave
 * parse MMIC failure event

version.sh

index 766b37f69b73de78d24c36bb898359f375f90a6f..445d847014745524cdef9d6458feb86dbe19bae0 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-VERSION="0.9.21"
+VERSION="0.9.22"
 OUT="$1"
 
 echo '#include "iw.h"' > "$OUT"