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 /GIT-VERSION-GEN | |
parent | 2a809eccbc6099183176b3c4760f857d09a50599 (diff) | |
download | git-69986e19ffcfb9af674ae5180689ab7bbf92ed28.tar.gz |
Git 2.29v2.29.0
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 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=' ' |