diff options
author | Junio C Hamano <gitster@pobox.com> | 2021-03-19 15:07:58 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-03-19 15:25:40 -0700 |
commit | 98164e9585e02e31dcf1377a553efe076c15f8c6 (patch) | |
tree | 8e7a1e5d6b06786ed3d1c43a47bd7882a1aa8806 /GIT-VERSION-GEN | |
parent | Merge branch 'tb/git-mv-icase-fix' (diff) | |
download | tgif-98164e9585e02e31dcf1377a553efe076c15f8c6.tar.xz |
The first batch in 2.32 cycle
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 8f6334d4e4..d2ff91775e 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.31.0 +DEF_VER=v2.31.GIT LF=' ' |