Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 29b3ec353..68339930c 100644
--- a/Makefile
+++ b/Makefile
@@ -135,7 +135,7 @@ GIT_VERSION ?=
## The Git version used for bundled Git v2.39.
GIT_VERSION_2_39 ?= v2.39.2
## The Git version used for bundled Git v2.40.
-GIT_VERSION_2_40 ?= v2.40.0
+GIT_VERSION_2_40 ?= v2.40.0.gl1
## Skip overriding the Git version and instead use the Git version as specified
## in the Git sources. This is required when building Git from a version that