]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
0.9.16 v0.9.16
authorJohannes Berg <johannes@sipsolutions.net>
Sun, 16 Aug 2009 14:03:36 +0000 (16:03 +0200)
committerJohannes Berg <johannes@sipsolutions.net>
Sun, 16 Aug 2009 14:03:36 +0000 (16:03 +0200)
mostly for the link command

version.sh

index 4a2f5322bd15651be571a0edf025c107af44292c..27e67999b4e8a33c702d83e7a8bd3f459a4fc2b7 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-VERSION="0.9.15"
+VERSION="0.9.16"
 OUT="$1"
 
 echo '#include "iw.h"' > "$OUT"