]> git.ipfire.org Git - thirdparty/iw.git/blobdiff - version.sh
ibss: use correct "MHz" instead of "MHZ"
[thirdparty/iw.git] / version.sh
index 8c55c7702dcd532fb618bcdf7239f10e745dd084..7ccd419ffc468b2806add4bfff43c325abb866a8 100755 (executable)
@@ -1,11 +1,11 @@
 #!/bin/sh
 
-VERSION="3.14"
+VERSION="4.3"
 OUT="$1"
 
 if [ -d .git ] && head=`git rev-parse --verify HEAD 2>/dev/null`; then
        git update-index --refresh --unmerged > /dev/null
-       descr=$(git describe)
+       descr=$(git describe --match=v*)
 
        # on git builds check that the version number above
        # is correct...