From: Johannes Berg Date: Fri, 24 Sep 2010 15:44:07 +0000 (+0200) Subject: version 0.9.21 X-Git-Tag: v0.9.21^0 X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fiw.git;a=commitdiff_plain;h=0db5d893ecf2ce4538af6fdcae3d94f2f83757e2 version 0.9.21 * transmit power support * TX bitrate mask support * more informative scan output * make it build on old systems --- diff --git a/version.sh b/version.sh index 9f8513f..766b37f 100755 --- a/version.sh +++ b/version.sh @@ -1,6 +1,6 @@ #!/bin/sh -VERSION="0.9.20" +VERSION="0.9.21" OUT="$1" echo '#include "iw.h"' > "$OUT"