diff options
author | Junio C Hamano <gitster@pobox.com> | 2022-04-08 13:54:49 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-04-08 13:54:49 -0700 |
commit | ab1f2765f78e75ee51dface57e1071b3b7f42b09 (patch) | |
tree | 859789b56a4edef43825da7a823aff2ac45f7236 /GIT-VERSION-GEN | |
parent | e7109d5c7c6863be1a0793ffdc64b6dba416a7d5 (diff) | |
download | git-ab1f2765f78e75ee51dface57e1071b3b7f42b09.tar.gz |
Git 2.36-rc1v2.36.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 d92e7d4398..1c5f645167 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.36.0-rc0 +DEF_VER=v2.36.0-rc1 LF=' ' |