diff options
author | Junio C Hamano <gitster@pobox.com> | 2024-07-29 07:14:09 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2024-07-29 07:14:09 -0700 |
commit | 39bf06adf96da25b87c9aa7d35a32ef3683eb4a4 (patch) | |
tree | e5380a155df5f6cf0cb3a9b37df2e43284923eee | |
parent | 2ab3396b4e1357cc7f9d9d21888c28a1768f3a5d (diff) |
Git 2.46v2.46.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 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=' ' |