]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
update to version 3.17 v3.17
authorJohannes Berg <johannes.berg@intel.com>
Thu, 9 Oct 2014 14:21:35 +0000 (16:21 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 9 Oct 2014 14:31:00 +0000 (16:31 +0200)
This means I forgot and am skipping 3.16, too bad.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
version.sh

index 11d124b0564363a9ce14c5f51dc7a64b725da3ed..82af11e13b566b23f78e21aca2115af285bc35a0 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-VERSION="3.15"
+VERSION="3.17"
 OUT="$1"
 
 if [ -d .git ] && head=`git rev-parse --verify HEAD 2>/dev/null`; then