]> git.ipfire.org Git - thirdparty/iw.git/blobdiff - version.sh
update to version 3.17
[thirdparty/iw.git] / 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