From: Junio C Hamano Date: Thu, 16 Jun 2011 16:21:36 +0000 (-0700) Subject: Git 1.7.6-rc2 X-Git-Tag: v1.7.6-rc2^0 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=302bd999fd0ef41f3605a2212c23f54ae43649f8;p=git.git Git 1.7.6-rc2 Signed-off-by: Junio C Hamano --- diff --git a/Documentation/RelNotes/1.7.6.txt b/Documentation/RelNotes/1.7.6.txt index d1b78e569..9fd85f536 100644 --- a/Documentation/RelNotes/1.7.6.txt +++ b/Documentation/RelNotes/1.7.6.txt @@ -138,5 +138,5 @@ included in this release. --- exec >/var/tmp/1 echo O=$(git describe master) -O=v1.7.6-rc1 +O=v1.7.6-rc2 git shortlog --no-merges ^maint ^$O master diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 8bc844d7e..08e864869 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.6-rc1 +DEF_VER=v1.7.6-rc2 LF=' '