summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-06-16 16:21:36 (GMT)
committerJunio C Hamano <gitster@pobox.com>2011-06-16 16:21:36 (GMT)
commit302bd999fd0ef41f3605a2212c23f54ae43649f8 (patch)
tree9370979a87a1d7e83d6a3254c3fe4b4730e7abcf
parent2c162b56f370f5c33e6a945e6922d598006c5ec4 (diff)
downloadgit-1.7.6-rc2.zip
git-1.7.6-rc2.tar.gz
git-1.7.6-rc2.tar.bz2
Git 1.7.6-rc2v1.7.6-rc2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/1.7.6.txt2
-rwxr-xr-xGIT-VERSION-GEN2
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/RelNotes/1.7.6.txt b/Documentation/RelNotes/1.7.6.txt
index d1b78e5..9fd85f5 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 8bc844d..08e8648 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='
'