]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
remove -nogit suffix when building from tarball
authorJohannes Berg <johannes@sipsolutions.net>
Sat, 18 Apr 2009 19:07:52 +0000 (21:07 +0200)
committerJohannes Berg <johannes@sipsolutions.net>
Sat, 18 Apr 2009 19:07:52 +0000 (21:07 +0200)
version.sh

index 1bfec0ec6a3f57331aec492fe9174b735abc1dee..e292408245f045ffd4334a2603036d4977a755fe 100755 (executable)
@@ -18,5 +18,5 @@ if head=`git rev-parse --verify HEAD 2>/dev/null`; then
        fi
        echo '"' >> "$OUT"
 else
-echo "#define IW_VERSION \"$VERSION-nogit\"" > "$OUT"
+echo "#define IW_VERSION \"$VERSION\"" > "$OUT"
 fi