diff options
author | Christian Hesse <mail@eworm.de> | 2020-10-27 10:39:46 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-10-27 10:39:46 +0100 |
commit | fe99c76ee477f91d6d983486491603109c7b2599 (patch) | |
tree | b758554493ed9be78203af002d284d6d335ae758 /Makefile | |
parent | tests: try with commit-graph (diff) | |
download | cgit-pink-fe99c76ee477f91d6d983486491603109c7b2599.tar.gz cgit-pink-fe99c76ee477f91d6d983486491603109c7b2599.zip |
git: update to v2.29.1
Update to git version v2.29.1. No functional change, but we want latest and greated version number, no? 😜 Signed-off-by: Christian Hesse <mail@eworm.de>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index c947b63..eb60388 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ htmldir = $(docdir) pdfdir = $(docdir) mandir = $(prefix)/share/man SHA1_HEADER = <openssl/sha.h> -GIT_VER = 2.29.0 +GIT_VER = 2.29.1 GIT_URL = https://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.xz INSTALL = install COPYTREE = cp -r |