Git 1.7.5-rc0

Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Junio C Hamano
2011-03-31 13:58:16 -07:00
parent bcef9b6327
commit 6acef04358
2 changed files with 2 additions and 2 deletions

View File

@ -135,6 +135,6 @@ release, unless otherwise noted.
--- ---
exec >/var/tmp/1 exec >/var/tmp/1
O=v1.7.4.2-405-gbf0c5bb O=v1.7.5-rc0
echo O=$(git describe 'master') echo O=$(git describe 'master')
git shortlog --no-merges ^maint ^$O master git shortlog --no-merges ^maint ^$O master

View File

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
GVF=GIT-VERSION-FILE GVF=GIT-VERSION-FILE
DEF_VER=v1.7.4 DEF_VER=v1.7.5-rc0
LF=' LF='
' '