]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
version 0.9.21 v0.9.21
authorJohannes Berg <johannes@sipsolutions.net>
Fri, 24 Sep 2010 15:44:07 +0000 (17:44 +0200)
committerJohannes Berg <johannes@sipsolutions.net>
Fri, 24 Sep 2010 15:44:07 +0000 (17:44 +0200)
 * transmit power support
 * TX bitrate mask support
 * more informative scan output
 * make it build on old systems

version.sh

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