diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-05-05 13:03:40 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-05-05 13:03:40 +0900 |
commit | c8dd1e3bb1152844983558802a52c9e4c17652b4 (patch) | |
tree | b2ab31e8e22ecccbd3bd504fbe03e91d19291d58 /GIT-VERSION-GEN | |
parent | Merge branch 'maint-2.6' into maint-2.7 (diff) | |
download | tgif-c8dd1e3bb1152844983558802a52c9e4c17652b4.tar.xz |
Git 2.7.5
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 0305065d59..c80681ef00 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.7.4 +DEF_VER=v2.7.5 LF=' ' |