diff options
author | Junio C Hamano <gitster@pobox.com> | 2025-08-07 08:12:53 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2025-08-07 08:48:57 -0700 |
commit | 2c2ba49d55ff26c1082b8137b1ec5eeccb4337d1 (patch) | |
tree | 70b2f1abd0da45dd3014d60642865d5c67141317 /GIT-VERSION-GEN | |
parent | 45dea789b0d7852a0dafbd14e3cdf7e518c4d0a3 (diff) |
Git 2.51-rc1HEADv2.51.0-rc1origin/masterorigin/HEADmaster
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 63463c8773..e7e91190ae 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,6 +1,6 @@ #!/bin/sh -DEF_VER=v2.50.GIT +DEF_VER=v2.51.0-rc1 LF=' ' |