From: Junio C Hamano Date: Mon, 28 Nov 2011 22:07:13 +0000 (-0800) Subject: Git 1.7.8-rc4 X-Git-Tag: v1.7.8-rc4 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f96a6ecfb81381758dfd9c0dc6951a21c74316ed;p=git.git Git 1.7.8-rc4 Signed-off-by: Junio C Hamano --- diff --git a/Documentation/RelNotes/1.7.8.txt b/Documentation/RelNotes/1.7.8.txt index d9da58697..95f5bffbe 100644 --- a/Documentation/RelNotes/1.7.8.txt +++ b/Documentation/RelNotes/1.7.8.txt @@ -162,7 +162,7 @@ included in this release. --- exec >/var/tmp/1 -O=v1.7.8-rc3-16-g9e9ab40 +O=v1.7.8-rc4 echo O=$(git describe --always master) git log --first-parent --oneline --reverse ^$O master echo diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 6fbd7cd27..2d12904f6 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.8-rc3 +DEF_VER=v1.7.8-rc4 LF=' '