aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2011-02-19 13:55:43 +0100
committerLars Hjemli <hjemli@gmail.com>2011-02-19 13:55:43 +0100
commit286c4c0a1d7085afdc8d9ddba86da4ed9f2f7400 (patch)
tree1d37977bf6c4c8723dbdcdb78f3d33097715fe13 /Makefile
parentui-stats: Remove unnecessary #include (diff)
downloadcgit-286c4c0a1d7085afdc8d9ddba86da4ed9f2f7400.tar.xz
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)
pdfdir = $(docdir)
mandir = $(prefix)/share/man
SHA1_HEADER = <openssl/sha.h>
-GIT_VER = 1.7.3
+GIT_VER = 1.7.4
GIT_URL = http://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.bz2
INSTALL = install
MAN5_TXT = $(wildcard *.5.txt)