diff options
author | Junio C Hamano <gitster@pobox.com> | 2025-01-13 22:00:48 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2025-01-13 22:00:48 +0100 |
commit | 46afc2ba91a3c7fa8f1591c0a6a1b7c4ad0d2a07 (patch) | |
tree | 7652cf71274b2ec17c75d76617d004d0a088f5ed /GIT-VERSION-GEN | |
parent | Git 2.48 (diff) | |
download | git-46afc2ba91a3c7fa8f1591c0a6a1b7c4ad0d2a07.tar.xz git-46afc2ba91a3c7fa8f1591c0a6a1b7c4ad0d2a07.zip |
Start the Git 2.49 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 f2af817fea..3704a1c39e 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,6 +1,6 @@ #!/bin/sh -DEF_VER=v2.48.0 +DEF_VER=v2.48.GIT LF=' ' |