summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-10-31 02:14:24 (GMT)
committerJunio C Hamano <gitster@pobox.com>2011-10-31 02:14:24 (GMT)
commitbe3fa9125e708348c7baf04ebe9507a72a9d1800 (patch)
tree7ac00bf0faa312ccd3d930c3bfda4c84f45c1ad2
parent324bc2a7ee1cffbf959652a54f4d3d59a1173104 (diff)
downloadgit-1.7.8-rc0.zip
git-1.7.8-rc0.tar.gz
git-1.7.8-rc0.tar.bz2
Git 1.7.8-rc0v1.7.8-rc0
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/1.7.8.txt2
-rwxr-xr-xGIT-VERSION-GEN2
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/RelNotes/1.7.8.txt b/Documentation/RelNotes/1.7.8.txt
index ddb8d37..5645fa2 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 19a142a..56dc9d6 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='
'