From: Junio C Hamano Date: Thu, 31 Mar 2011 20:58:16 +0000 (-0700) Subject: Git 1.7.5-rc0 X-Git-Tag: v1.7.5-rc0^0 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6acef043581d69597860f3343ec2691c72b0803c;p=git.git Git 1.7.5-rc0 Signed-off-by: Junio C Hamano --- diff --git a/Documentation/RelNotes/1.7.5.txt b/Documentation/RelNotes/1.7.5.txt index 23545bdba..648dbfd90 100644 --- a/Documentation/RelNotes/1.7.5.txt +++ b/Documentation/RelNotes/1.7.5.txt @@ -135,6 +135,6 @@ release, unless otherwise noted. --- exec >/var/tmp/1 -O=v1.7.4.2-405-gbf0c5bb +O=v1.7.5-rc0 echo O=$(git describe 'master') git shortlog --no-merges ^maint ^$O master diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 92fe7a59d..35848df03 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.4 +DEF_VER=v1.7.5-rc0 LF=' '