diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-04-06 10:57:32 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-04-06 10:57:32 -0700 |
commit | 6be0559183ac0b40680df314748141d1bdf28e41 (patch) | |
tree | 02b305e9c9203a2d664962c5c9c7d9c4aa626b09 /GIT-VERSION-GEN | |
parent | Sync with 1.7.4.4 (diff) | |
download | tgif-6be0559183ac0b40680df314748141d1bdf28e41.tar.xz |
Git 1.7.5-rc1
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 35848df034..e9b2a47aff 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.5-rc0 +DEF_VER=v1.7.5-rc1 LF=' ' |