diff options
author | Junio C Hamano <gitster@pobox.com> | 2024-04-29 16:30:29 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2024-04-29 16:30:29 +0200 |
commit | 786a3e4b8d754d2b14b1208b98eeb0a554ef19a8 (patch) | |
tree | 438f12e893b21682101337e58b250c762022170a /GIT-VERSION-GEN | |
parent | Merge tag 'l10n-2.45.0-rnd1' of https://github.com/git-l10n/git-po (diff) | |
download | git-786a3e4b8d754d2b14b1208b98eeb0a554ef19a8.tar.xz git-786a3e4b8d754d2b14b1208b98eeb0a554ef19a8.zip |
Git 2.45v2.45.0
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 c92f98b3db..433cf41e59 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.45.0-rc1 +DEF_VER=v2.45.0 LF=' ' |