diff options
author | Junio C Hamano <gitster@pobox.com> | 2021-10-29 15:43:50 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-10-29 15:43:50 -0700 |
commit | 7e27bd589d328b9daf154c2444d1a86ec3afedb0 (patch) | |
tree | f9e018e3140b4c1a990079469d13726b72cff7c2 /GIT-VERSION-GEN | |
parent | 9a95a9f230c30b44990e616dff154ab78f0aa60d (diff) | |
download | git-7e27bd589d328b9daf154c2444d1a86ec3afedb0.tar.gz |
Git 2.34-rc0v2.34.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 b48559d654..acafb32e24 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.33.GIT +DEF_VER=v2.34.0-rc0 LF=' ' |