tag.c: use 'ref-filter' data structures
[gitweb.git] / GIT-VERSION-GEN
index 29f2152f465fec5a9bd5363fcba79ff3273569e8..fc45283501a3b004edabc55781b486b37509dd37 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.5.0-rc3
+DEF_VER=v2.5.0.GIT
 
 LF='
 '
@@ -38,5 +38,3 @@ test "$VN" = "$VC" || {
        echo >&2 "GIT_VERSION = $VN"
        echo "GIT_VERSION = $VN" >$GVF
 }
-
-