diff options
author | Junio C Hamano <gitster@pobox.com> | 2024-10-06 15:56:06 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2024-10-06 15:56:06 -0700 |
commit | 777489f9e09c8d0dd6b12f9d90de6376330577a2 (patch) | |
tree | e4e659abcf688f66c03918bfaf0ada121e850ff1 | |
parent | 5c97f7ba5c4ac7c4df7731bce0750a8b0c1e28fb (diff) |
Git 2.47v2.47.0
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-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=' ' |