From 7511b286aa0a0db89aea3b6870ad92aa5b556de6 Mon Sep 17 00:00:00 2001 From: Patrick Steinhardt Date: Tue, 28 Feb 2023 11:28:33 +0100 Subject: git: Bump Git distribution's default version to v2.39 Bump the version used by our Git distribution to v2.39. This is in accordance to bundled Git, where we now exclusively use Git v2.39 as well. Changelog: changed --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 88c8e1d1f..e708a864a 100644 --- a/Makefile +++ b/Makefile @@ -145,7 +145,7 @@ SKIP_OVERRIDING_GIT_VERSION ?= # The default version is used in case the caller does not set the variable or # if it is either set to the empty string or "default". ifeq (${GIT_VERSION:default=},) - override GIT_VERSION := ${GIT_VERSION_2_38} + override GIT_VERSION := ${GIT_VERSION_2_39} else # Support both vX.Y.Z and X.Y.Z version patterns, since callers across GitLab # use both. -- cgit v1.2.3