]> git.ipfire.org Git - thirdparty/iw.git/blobdiff - version.sh
iw: don't use NULL pointer in nla_nest_end()
[thirdparty/iw.git] / version.sh
index 3b7cafdb2b3bdceb87a643bdf888aab660d3db88..7ccd419ffc468b2806add4bfff43c325abb866a8 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-VERSION="4.1"
+VERSION="4.3"
 OUT="$1"
 
 if [ -d .git ] && head=`git rev-parse --verify HEAD 2>/dev/null`; then