diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-03-28 10:51:00 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-03-28 11:18:42 -0700 |
commit | 455cf268dbaf227bdbd5e9fbf96525452bcfe44f (patch) | |
tree | faa6f4356adb411820a3a7f6244fcdbd882ef8b2 /GIT-VERSION-GEN | |
parent | 65c2b2b509796965b9a584e4d92fec2afc4470cd (diff) | |
download | git-455cf268dbaf227bdbd5e9fbf96525452bcfe44f.tar.gz |
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=' ' |