diff options
author | Christian Hesse <mail@eworm.de> | 2016-10-04 08:51:05 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2016-10-04 21:54:30 +0200 |
commit | d6a4730d049216f903fb0466215366f588208a40 (patch) | |
tree | 83472e9df91532799ff669273b7df992acb63d78 /Makefile | |
parent | ui-tree: replace 'unsigned char sha1[20]' with 'struct object_id oid' (diff) | |
download | cgit-pink-d6a4730d049216f903fb0466215366f588208a40.tar.gz cgit-pink-d6a4730d049216f903fb0466215366f588208a40.zip |
git: update to v2.10.1
Update to git version v2.10.1, no changes required.
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 3ca4016..caa32d6 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.10.0 +GIT_VER = 2.10.1 GIT_URL = https://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.gz INSTALL = install COPYTREE = cp -r |