about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Hesse2016-10-04 08:51:05 +0200
committerChristian Hesse2016-10-04 21:54:30 +0200
commitd6a4730d049216f903fb0466215366f588208a40 (patch)
tree83472e9df91532799ff669273b7df992acb63d78 /Makefile
parentui-tree: replace 'unsigned char sha1[20]' with 'struct object_id oid' (diff)
downloadcgit-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--Makefile2
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)
14pdfdir = $(docdir) 14pdfdir = $(docdir)
15mandir = $(prefix)/share/man 15mandir = $(prefix)/share/man
16SHA1_HEADER = <openssl/sha.h> 16SHA1_HEADER = <openssl/sha.h>
17GIT_VER = 2.10.0 17GIT_VER = 2.10.1
18GIT_URL = https://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.gz 18GIT_URL = https://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.gz
19INSTALL = install 19INSTALL = install
20COPYTREE = cp -r 20COPYTREE = cp -r