diff options
author | Junio C Hamano <gitster@pobox.com> | 2024-07-31 22:02:10 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2024-07-31 22:34:21 +0200 |
commit | 891ee3b9db5cbd35a9759896f347546c5edb7929 (patch) | |
tree | 75d545d152f00a97130fa6789aa513134e5386c5 /GIT-VERSION-GEN | |
parent | Merge branch 'jc/how-to-maintain-updates' (diff) | |
download | git-891ee3b9db5cbd35a9759896f347546c5edb7929.tar.xz git-891ee3b9db5cbd35a9759896f347546c5edb7929.zip |
Start the 2.47 cycle
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 7b81915e52..ee71e9d8aa 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.46.0 +DEF_VER=v2.46.GIT LF=' ' |