diff options
author | Junio C Hamano <gitster@pobox.com> | 2021-11-21 21:55:56 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-11-21 21:57:04 -0800 |
commit | 0ea906d20517145895193a99666d5f2860a04360 (patch) | |
tree | 8fd3a8865eb3a764e4277145252c08f72fa7135b /GIT-VERSION-GEN | |
parent | c152456453906eb3feabaeb7197475263fcc03ce (diff) | |
download | git-0ea906d20517145895193a99666d5f2860a04360.tar.gz |
0th batch for early fixes
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 1ca3dfe943..8d2297c33b 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.34.0 +DEF_VER=v2.34.GIT LF=' ' |