]> git.ipfire.org Git - thirdparty/iw.git/blobdiff - version.sh
Add mpp get/dump commands
[thirdparty/iw.git] / version.sh
index 4025f953d78acf12add0167d10df8a1bd8d6a515..82af11e13b566b23f78e21aca2115af285bc35a0 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-VERSION="3.13"
+VERSION="3.17"
 OUT="$1"
 
 if [ -d .git ] && head=`git rev-parse --verify HEAD 2>/dev/null`; then