diff options
author | Junio C Hamano <gitster@pobox.com> | 2024-05-31 01:57:31 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2024-05-31 01:57:31 +0200 |
commit | dbecc617f75eea6ee5d05823a38b91223ff22b11 (patch) | |
tree | 64f46d83b7641071802964f8144a7fdf4d8f1482 /GIT-VERSION-GEN | |
parent | Merge branch 'fixes/2.45.1/2.40' into maint-2.40 (diff) | |
parent | Git 2.39.5 (diff) | |
download | git-dbecc617f75eea6ee5d05823a38b91223ff22b11.tar.xz git-dbecc617f75eea6ee5d05823a38b91223ff22b11.zip |
Git 2.40.3v2.40.3
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 fc9c36a511..b345e89cbe 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.40.2 +DEF_VER=v2.40.3 LF=' ' |