diff options
author | Junio C Hamano <gitster@pobox.com> | 2020-10-19 09:58:42 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-10-19 09:58:42 -0700 |
commit | 69986e19ffcfb9af674ae5180689ab7bbf92ed28 (patch) | |
tree | ee5b5b41305cda618862beebc9c94859ae276e5a | |
parent | Merge tag 'l10n-2.29.0-rnd2' of git://github.com/git-l10n/git-po (diff) | |
download | tgif-69986e19ffcfb9af674ae5180689ab7bbf92ed28.tar.xz |
Git 2.29
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-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 df00ddfd84..b6b9c119f2 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.29.0-rc2 +DEF_VER=v2.29.0 LF=' ' |