Fix push with refspecs containing wildcards
[gitweb.git] / GIT-VERSION-GEN
index f6adb91ed217ca65b5112c9388d286fb4eef19f1..289c8067b507095b18fc7be60772756ff740385d 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v1.5.2-rc2.GIT
+DEF_VER=v1.5.2.GIT
 
 LF='
 '
@@ -43,5 +43,3 @@ test "$VN" = "$VC" || {
        echo >&2 "GIT_VERSION = $VN"
        echo "GIT_VERSION = $VN" >$GVF
 }
-
-