diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-05-04 15:47:40 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-05-04 15:47:40 -0700 |
commit | 2f312e8851035a85f431911075383265f1519c04 (patch) | |
tree | a3b4dc4aa72bf6c10fb8bcf0c1caf76182ace4de /GIT-VERSION-GEN | |
parent | f5bf1b5f6b43f5ed9263f4cecd0faf58c5a7322f (diff) | |
download | git-2f312e8851035a85f431911075383265f1519c04.tar.gz |
Git 1.7.5.1v1.7.5.1
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 68691b3c12..38ecb5314d 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.5 +DEF_VER=v1.7.5.1 LF=' ' |