diff options
author | Junio C Hamano <gitster@pobox.com> | 2020-10-22 15:08:41 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-10-22 15:13:15 -0700 |
commit | 2e673356aefa8ed19be3c878f966ad6189ecb510 (patch) | |
tree | 39b72c501ed55420ddbbc574febb53224febfee1 /GIT-VERSION-GEN | |
parent | Git 2.29 (diff) | |
parent | Git 2.29.1 (diff) | |
download | tgif-2e673356aefa8ed19be3c878f966ad6189ecb510.tar.xz |
Sync with Git 2.29.1
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 b6b9c119f2..82bcd13f4c 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.29.0 +DEF_VER=v2.29.GIT LF=' ' |