]> git.ipfire.org Git - thirdparty/iw.git/blobdiff - version.sh
update version to 3.4
[thirdparty/iw.git] / version.sh
index 74f852e9be71085aabb0e32d612bb4f779102211..691d7c716bc9cfe7017c39a15272594f55700470 100755 (executable)
@@ -1,10 +1,8 @@
 #!/bin/sh
 
-VERSION="0.9.14"
+VERSION="3.4"
 OUT="$1"
 
-echo '#include "iw.h"' > "$OUT"
-
 if head=`git rev-parse --verify HEAD 2>/dev/null`; then
        git update-index --refresh --unmerged > /dev/null
        descr=$(git describe)
@@ -21,4 +19,5 @@ else
        v="$VERSION"
 fi
 
+echo '#include "iw.h"' > "$OUT"
 echo "const char iw_version[] = \"$v\";" >> "$OUT"