From: Junio C Hamano Date: Mon, 31 Oct 2011 02:14:24 +0000 (-0700) Subject: Git 1.7.8-rc0 X-Git-Tag: v1.7.8-rc0 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=refs%2Ftags%2Fv1.7.8-rc0;p=git.git Git 1.7.8-rc0 Signed-off-by: Junio C Hamano --- diff --git a/Documentation/RelNotes/1.7.8.txt b/Documentation/RelNotes/1.7.8.txt index ddb8d37ea..5645fa20b 100644 --- a/Documentation/RelNotes/1.7.8.txt +++ b/Documentation/RelNotes/1.7.8.txt @@ -214,7 +214,7 @@ included in this release. --- exec >/var/tmp/1 -O=v1.7.7.1-487-g4801546 +O=v1.7.7.1-492-g324bc2a 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 19a142adc..56dc9d668 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.7.GIT +DEF_VER=v1.7.8-rc0 LF=' '