diff options
author | Junio C Hamano <gitster@pobox.com> | 2022-08-30 19:22:10 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-08-30 19:22:10 +0200 |
commit | ac8035a2affdf30f2c691ad760826d955bba0507 (patch) | |
tree | e06bd907d0ec0ac9de664e74d78f0a8fb4b58bd3 /GIT-VERSION-GEN | |
parent | A handful more topics from the 'master' front for 2.37.3 (diff) | |
download | git-ac8035a2affdf30f2c691ad760826d955bba0507.tar.xz git-ac8035a2affdf30f2c691ad760826d955bba0507.zip |
Git 2.37.3v2.37.3
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '')
-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 e2d51b505d..fb16249620 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.37.2 +DEF_VER=v2.37.3 LF=' ' |