diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-07-30 14:45:13 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-07-30 14:45:13 -0700 |
commit | 5e0649dc65fe33e8cf38823350e9d7951f6a6346 (patch) | |
tree | c858f25264da2d8bbc78f3258c4ecac3f9901c4e /GIT-VERSION-GEN | |
parent | Merge branch 'jk/ssh-funny-url' into maint-2.7 (diff) | |
download | tgif-5e0649dc65fe33e8cf38823350e9d7951f6a6346.tar.xz |
Git 2.7.6
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 c80681ef00..2c156bce82 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.7.5 +DEF_VER=v2.7.6 LF=' ' |