diff options
author | Junio C Hamano <gitster@pobox.com> | 2024-07-29 16:14:09 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2024-07-29 16:14:09 +0200 |
commit | 39bf06adf96da25b87c9aa7d35a32ef3683eb4a4 (patch) | |
tree | e5380a155df5f6cf0cb3a9b37df2e43284923eee /GIT-VERSION-GEN | |
parent | Merge tag 'l10n-2.46.0-rnd2' of https://github.com/git-l10n/git-po (diff) | |
download | git-39bf06adf96da25b87c9aa7d35a32ef3683eb4a4.tar.xz git-39bf06adf96da25b87c9aa7d35a32ef3683eb4a4.zip |
Git 2.46v2.46.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 50dcc77cad..7b81915e52 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.46.0-rc2 +DEF_VER=v2.46.0 LF=' ' |