diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-01-18 15:51:00 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-01-18 15:51:00 -0800 |
commit | c572f491e545f3fe76a966e418139fc9755a910f (patch) | |
tree | 98a90a790086dc97ad8977e6674c5f8ca56fc00c /GIT-VERSION-GEN | |
parent | d899cf559b6a93006993752e7a89d13606380227 (diff) | |
download | git-c572f491e545f3fe76a966e418139fc9755a910f.tar.gz |
Git 1.7.8.4v1.7.8.4
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 3d2a089add..445190db7a 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.8.3 +DEF_VER=v1.7.8.4 LF=' ' |