diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-06-22 16:13:16 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-06-22 16:13:16 -0700 |
commit | 7af4fc9cf3e3538a9bfb8b14feeacdeb7f6db7d5 (patch) | |
tree | 68f93c6a1461d783ec804fd646a66c85a9dd594d /GIT-VERSION-GEN | |
parent | def98035d00c57bb8723e7859366536504eb56aa (diff) | |
download | git-7af4fc9cf3e3538a9bfb8b14feeacdeb7f6db7d5.tar.gz |
Git 1.7.6-rc3v1.7.6-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 08e864869b..dc3880c562 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.6-rc2 +DEF_VER=v1.7.6-rc3 LF=' ' |