diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-04-03 09:25:49 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-04-03 09:30:58 -0700 |
commit | e5056c05ecd2bdaceaa95e12e9e94b1584ec59c8 (patch) | |
tree | 55a401f2a8b965837b85de656c92ca7caae0dabb /GIT-VERSION-GEN | |
parent | ca2b71a00b47e47990b3a196c9ae26ac6b19e287 (diff) | |
download | git-e5056c05ecd2bdaceaa95e12e9e94b1584ec59c8.tar.gz |
Git 1.7.10-rc4v1.7.10-rc4
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 52d52eb74f..57658cd953 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.10-rc3 +DEF_VER=v1.7.10-rc4 LF=' ' |