Skip to content

Commit

Permalink
Git 1.7.6-rc2
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed Jun 16, 2011
1 parent 2c162b5 commit 302bd99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Documentation/RelNotes/1.7.6.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion GIT-VERSION-GEN
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

GVF=GIT-VERSION-FILE
DEF_VER=v1.7.6-rc1
DEF_VER=v1.7.6-rc2

LF='
'
Expand Down

0 comments on commit 302bd99

Please sign in to comment.