diff options
author | Junio C Hamano <gitster@pobox.com> | 2018-01-17 13:06:51 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-01-17 13:06:51 -0800 |
commit | 2512f15446149235156528dafbe75930c712b29e (patch) | |
tree | 6e66985a668da513a82ded6153b30977b8b8594b /GIT-VERSION-GEN | |
parent | Merge tag 'l10n-2.16.0-rnd2' of git://github.com/git-l10n/git-po (diff) | |
download | tgif-2512f15446149235156528dafbe75930c712b29e.tar.xz |
Git 2.16
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 258aff35cd..e4c858d35b 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.16.0-rc2 +DEF_VER=v2.16.0 LF=' ' |