diff options
author | Junio C Hamano <gitster@pobox.com> | 2022-01-14 15:26:53 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-01-14 15:26:53 -0800 |
commit | df3c41adeb212432c53d93ce6ace5d5374dc6e11 (patch) | |
tree | 189d8979fe8a29921e6d6c42c3984b21bf6a956f /GIT-VERSION-GEN | |
parent | 36b65715a4132f81250a97aad7800abcc2d34d73 (diff) | |
download | git-df3c41adeb212432c53d93ce6ace5d5374dc6e11.tar.gz |
Git 2.35-rc1v2.35.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 9a98b03aac..e9c1ad960f 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.35.0-rc0 +DEF_VER=v2.35.0-rc1 LF=' ' |