progress: store throughput display in a strbuf
[gitweb.git] / GIT-VERSION-GEN
index 8ffa336dc343ff288c84bf50589beb67182cb846..49d60c06718b1458268218d4cebb1b4cdfe06fca 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.5.0-rc2
+DEF_VER=v2.6.0-rc3
 
 LF='
 '
@@ -38,5 +38,3 @@ test "$VN" = "$VC" || {
        echo >&2 "GIT_VERSION = $VN"
        echo "GIT_VERSION = $VN" >$GVF
 }
-
-