diff options
author | Christian Hesse | 2016-10-04 08:51:05 +0200 |
---|---|---|
committer | Christian Hesse | 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-d6a4730d049216f903fb0466215366f588208a40.tar.gz cgit-d6a4730d049216f903fb0466215366f588208a40.zip |
git: update to v2.10.1
Update to git version v2.10.1, no changes required.
Diffstat (limited to 'Makefile')
-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) | |||
14 | pdfdir = $(docdir) | 14 | pdfdir = $(docdir) |
15 | mandir = $(prefix)/share/man | 15 | mandir = $(prefix)/share/man |
16 | SHA1_HEADER = <openssl/sha.h> | 16 | SHA1_HEADER = <openssl/sha.h> |
17 | GIT_VER = 2.10.0 | 17 | GIT_VER = 2.10.1 |
18 | GIT_URL = https://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.gz | 18 | GIT_URL = https://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.gz |
19 | INSTALL = install | 19 | INSTALL = install |
20 | COPYTREE = cp -r | 20 | COPYTREE = cp -r |