diff options
author | Junio C Hamano <gitster@pobox.com> | 2022-06-17 17:15:13 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-06-17 17:15:13 -0700 |
commit | 5b71c59bc3b9365075e2a175aa7b6f2b0c84ce44 (patch) | |
tree | 21b96c80b18182804b637b66c5d611e08dced356 /GIT-VERSION-GEN | |
parent | 694c0cc0fb531b17750ac6e81920054f193f8eb8 (diff) | |
download | git-5b71c59bc3b9365075e2a175aa7b6f2b0c84ce44.tar.gz |
Git 2.37-rc1v2.37.0-rc1
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 c0b5e722dd..22e76c2a59 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.37.0-rc1 ;# not quite +DEF_VER=v2.37.0-rc1 LF=' ' |