diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-11-28 14:07:13 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-11-28 14:07:22 -0800 |
commit | fc14b89a7e6899b8ac3b5751ec2d8c98203ea4c2 (patch) | |
tree | db80fd5cfd79224e9a844c741d1177e6602a606a /GIT-VERSION-GEN | |
parent | d69bafcb36e9a5920d7a848053f070562231a96d (diff) | |
download | git-fc14b89a7e6899b8ac3b5751ec2d8c98203ea4c2.tar.gz |
Git 1.7.8-rc4v1.7.8-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 6fbd7cd277..2d12904f60 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.8-rc3 +DEF_VER=v1.7.8-rc4 LF=' ' |