diff options
author | Junio C Hamano <gitster@pobox.com> | 2024-10-07 00:56:06 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2024-10-07 00:56:06 +0200 |
commit | 777489f9e09c8d0dd6b12f9d90de6376330577a2 (patch) | |
tree | e4e659abcf688f66c03918bfaf0ada121e850ff1 /GIT-VERSION-GEN | |
parent | Merge tag 'l10n-2.47.0-rnd2' of https://github.com/git-l10n/git-po (diff) | |
download | git-777489f9e09c8d0dd6b12f9d90de6376330577a2.tar.xz git-777489f9e09c8d0dd6b12f9d90de6376330577a2.zip |
Git 2.47v2.47.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 1499ae59f6..b3265f7bec 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.47.0-rc1 +DEF_VER=v2.47.0 LF=' ' |