diff options
author | Junio C Hamano <gitster@pobox.com> | 2022-06-27 18:17:55 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-06-27 18:17:55 +0200 |
commit | e4a4b31577c7419497ac30cebe30d755b97752c5 (patch) | |
tree | a4a2aa60ab45e767b52a26fc80a0a576aef2a010 /GIT-VERSION-GEN | |
parent | Merge branch 'jc/revert-show-parent-info' (diff) | |
download | git-e4a4b31577c7419497ac30cebe30d755b97752c5.tar.xz git-e4a4b31577c7419497ac30cebe30d755b97752c5.zip |
Git 2.37v2.37.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 120af376c1..b210b306b7 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.37.0-rc2 +DEF_VER=v2.37.0 LF=' ' |