aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Hesse2014-03-20 14:41:16 +0100
committerJason A. Donenfeld2014-03-20 11:14:03 -0600
commit45315f846c2e2ee6663f0ba8cc454384d2b9e3ea (patch)
tree3dbc36efc38856574f6e2c11e1ff8e3a0347f9cd /Makefile
parente22e985416929adb735bd952db00fce82d883914 (diff)
downloadcgit-45315f846c2e2ee6663f0ba8cc454384d2b9e3ea.tar.gz
cgit-45315f846c2e2ee6663f0ba8cc454384d2b9e3ea.tar.bz2
cgit-45315f846c2e2ee6663f0ba8cc454384d2b9e3ea.zip
git: update to 1.9.1
Everything works just bumping the version in Makefile and commit hash in submodule. No code changes required.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6fac5bd..4a3980c 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 = 1.9.0 17GIT_VER = 1.9.1
18GIT_URL = https://git-core.googlecode.com/files/git-$(GIT_VER).tar.gz 18GIT_URL = https://git-core.googlecode.com/files/git-$(GIT_VER).tar.gz
19INSTALL = install 19INSTALL = install
20COPYTREE = cp -r 20COPYTREE = cp -r