From 66515b0ffa8126d22d01540e0c309120156c9816 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Mon, 16 Dec 2024 22:37:25 +0100 Subject: RFC: git: update to v2.48.0-rc0 Update to git version v2.48.0-rc0, no additional changes required. Signed-off-by: Christian Hesse --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1cc9b86..6936505 100644 --- a/Makefile +++ b/Makefile @@ -14,8 +14,8 @@ htmldir = $(docdir) pdfdir = $(docdir) mandir = $(prefix)/share/man SHA1_HEADER = -GIT_VER = 2.47.1 -GIT_URL = https://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.xz +GIT_VER = 2.48.0.rc0 +GIT_URL = https://www.kernel.org/pub/software/scm/git/testing/git-$(GIT_VER).tar.xz INSTALL = install COPYTREE = cp -r MAN5_TXT = $(wildcard *.5.txt) -- cgit v1.2.3-24-g4f1b