diff options
author | Junio C Hamano <gitster@pobox.com> | 2022-01-26 22:21:01 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-01-26 22:21:01 -0800 |
commit | 7747e12d7147480aa32d2ab9b92ff90016226149 (patch) | |
tree | e97174719613154de9f01c08b25da448270b9645 | |
parent | Git 2.35 (diff) | |
download | tgif-7747e12d7147480aa32d2ab9b92ff90016226149.tar.xz |
Start post 2.35 cycle
The tree is not open for new development yet, but let's mark the
beginning of the new cycle before we start merging down regression
fix topics.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-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 1467b45c1d..f964f9ba7d 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.35.0 +DEF_VER=v2.35.GIT LF=' ' |