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 | Merge branch 'maint-1.7.7' into maint (diff) | |
download | tgif-c572f491e545f3fe76a966e418139fc9755a910f.tar.xz |
Git 1.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=' ' |