diff options
author | Junio C Hamano <gitster@pobox.com> | 2022-12-13 13:13:48 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-12-13 13:13:48 +0100 |
commit | 7fe9bf55b84d2610a7ac09893b25ef188f145a21 (patch) | |
tree | 7c2492329738ab879dea32041131ab1994da5e29 /GIT-VERSION-GEN | |
parent | Sync with Git 2.32.5 (diff) | |
download | git-7fe9bf55b84d2610a7ac09893b25ef188f145a21.tar.xz git-7fe9bf55b84d2610a7ac09893b25ef188f145a21.zip |
Git 2.33.6v2.33.6
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '')
-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 d7948f1653..08677a66f5 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.33.5 +DEF_VER=v2.33.6 LF=' ' |