Skip to content

Commit

Permalink
Git 1.7.5-rc0
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
gitster committed Mar 31, 2011
1 parent bcef9b6 commit 6acef04
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.5.txt
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,6 @@ release, unless otherwise noted.

---
exec >/var/tmp/1
O=v1.7.4.2-405-gbf0c5bb
O=v1.7.5-rc0
echo O=$(git describe 'master')
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.4
DEF_VER=v1.7.5-rc0

LF='
'
Expand Down

0 comments on commit 6acef04

Please sign in to comment.