diff options
author | Junio C Hamano <gitster@pobox.com> | 2022-09-15 15:38:46 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-09-15 16:09:47 -0700 |
commit | d3fa443f97e3a8d75b51341e2d5bac380b7422df (patch) | |
tree | 426c9c814cd79a8376408a73678a555e7157e8ff /GIT-VERSION-GEN | |
parent | ca20a44bc5dbed583b355c4a9a3c9ebf901a883d (diff) | |
download | git-d3fa443f97e3a8d75b51341e2d5bac380b7422df.tar.gz |
Git 2.38-rc0v2.38.0-rc0
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 6ec9e34282..ecd94fd3f2 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.37.GIT +DEF_VER=v2.38.0-rc0 LF=' ' |