diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-03-28 19:51:00 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-03-28 20:18:42 +0200 |
commit | 455cf268dbaf227bdbd5e9fbf96525452bcfe44f (patch) | |
tree | faa6f4356adb411820a3a7f6244fcdbd882ef8b2 /GIT-VERSION-GEN | |
parent | correct a few doubled-word nits in comments and documentation (diff) | |
download | git-455cf268dbaf227bdbd5e9fbf96525452bcfe44f.tar.xz git-455cf268dbaf227bdbd5e9fbf96525452bcfe44f.zip |
Git 1.7.10-rc3v1.7.10-rc3
Signed-off-by: Junio C Hamano <gitster@pobox.com>
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 c9425fb846..52d52eb74f 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.10-rc2 +DEF_VER=v1.7.10-rc3 LF=' ' |