diff options
author | Junio C Hamano <gitster@pobox.com> | 2022-01-10 11:28:51 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-01-10 11:52:57 -0800 |
commit | 90d242d36e248acfae0033274b524bfa55a947fd (patch) | |
tree | 51b3b62ca611e7afc2edb372c63a63c9875c0207 /GIT-VERSION-GEN | |
parent | 6e223455917954f414cea98b00b67aac91e2b619 (diff) | |
download | git-90d242d36e248acfae0033274b524bfa55a947fd.tar.gz |
Git 2.35-rc0v2.35.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 8d2297c33b..9a98b03aac 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.34.GIT +DEF_VER=v2.35.0-rc0 LF=' ' |