diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-03-28 12:19:45 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-03-28 12:19:45 -0700 |
commit | 90f7b16b3adc78d4bbabbd426fb69aa78c714f71 (patch) | |
tree | c1099f20cc1b0be3ca1a45a369194fa58866e959 /GIT-VERSION-GEN | |
parent | Merge branch 'ls/p4-doc-markup' (diff) | |
download | tgif-90f7b16b3adc78d4bbabbd426fb69aa78c714f71.tar.xz |
Git 2.8
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 b5072a28ed..4e9450b3ae 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.8.0-rc4 +DEF_VER=v2.8.0 LF=' ' |