diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-03-21 17:01:55 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-03-21 17:03:57 -0700 |
commit | 4503bd5c3732b142667e14d214c21c46e8f3eeaa (patch) | |
tree | 6b78c1cd4e950088ba548dd617f5f8cb6c11bb73 /GIT-VERSION-GEN | |
parent | Update draft release notes to 1.7.1 (diff) | |
parent | Git 1.7.0.3 (diff) | |
download | tgif-4503bd5c3732b142667e14d214c21c46e8f3eeaa.tar.xz |
Sync with Git 1.7.0.3
* maint:
Git 1.7.0.3
.mailmap: Map the the first submissions of MJG by e-mail
Documentation/git-clone: Transform description list into item list
Documentation/urls: Remove spurious example markers
Documentation/gitdiffcore: Remove misleading date in heading
Documentation/git-reflog: Fix formatting of command lists
Diffstat (limited to 'GIT-VERSION-GEN')
-rwxr-xr-x | GIT-VERSION-GEN | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index d968ff0fcd..076c18ecc3 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.0.2 +DEF_VER=v1.7.0.3 LF=' ' |