about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorLars Hjemli2011-02-19 13:55:43 +0100
committerLars Hjemli2011-02-19 13:55:43 +0100
commit286c4c0a1d7085afdc8d9ddba86da4ed9f2f7400 (patch)
tree1d37977bf6c4c8723dbdcdb78f3d33097715fe13 /Makefile
parentui-stats: Remove unnecessary #include (diff)
downloadcgit-286c4c0a1d7085afdc8d9ddba86da4ed9f2f7400.tar.gz
cgit-286c4c0a1d7085afdc8d9ddba86da4ed9f2f7400.zip
Use GIT-1.7.4
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index fe4b10e..84790a8 100644 --- a/Makefile +++ b/Makefile
@@ -12,7 +12,7 @@ htmldir = $(docdir)
12pdfdir = $(docdir) 12pdfdir = $(docdir)
13mandir = $(prefix)/share/man 13mandir = $(prefix)/share/man
14SHA1_HEADER = <openssl/sha.h> 14SHA1_HEADER = <openssl/sha.h>
15GIT_VER = 1.7.3 15GIT_VER = 1.7.4
16GIT_URL = http://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.bz2 16GIT_URL = http://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.bz2
17INSTALL = install 17INSTALL = install
18MAN5_TXT = $(wildcard *.5.txt) 18MAN5_TXT = $(wildcard *.5.txt)