diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-11-05 12:20:34 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-11-05 12:20:34 -0800 |
commit | af40944bda352190f05d22b7cb8fe88beb17f3a7 (patch) | |
tree | 66cf81a719865d926b583d96f68c0029be624b06 /GIT-VERSION-GEN | |
parent | Merge branch 'rs/daemon-plug-child-leak' into maint (diff) | |
download | tgif-af40944bda352190f05d22b7cb8fe88beb17f3a7.tar.xz |
Git 2.6.3
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 787670926a..abfdd9cb1d 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.6.2 +DEF_VER=v2.6.3 LF=' ' |