diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-06-06 14:29:32 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-06-06 14:29:32 -0700 |
commit | 0b65a8dbdb38962e700ee16776a3042beb489060 (patch) | |
tree | 0991741111ff3927ae58e4e164b135dcba8cfabd /GIT-VERSION-GEN | |
parent | Merge branch 'kb/msys2-tty' into maint (diff) | |
download | tgif-0b65a8dbdb38962e700ee16776a3042beb489060.tar.xz |
Git 2.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 596965a4de..ba8b8cf3c6 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.8.3 +DEF_VER=v2.8.4 LF=' ' |