diff options
author | Christian Hesse | 2014-03-20 14:41:16 +0100 |
---|---|---|
committer | Jason A. Donenfeld | 2014-03-20 11:14:03 -0600 |
commit | 45315f846c2e2ee6663f0ba8cc454384d2b9e3ea (patch) | |
tree | 3dbc36efc38856574f6e2c11e1ff8e3a0347f9cd /Makefile | |
parent | filter: add libravatar email-filter lua script (diff) | |
download | cgit-45315f846c2e2ee6663f0ba8cc454384d2b9e3ea.tar.gz 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-- | Makefile | 2 |
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) | |||
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 = 1.9.0 | 17 | GIT_VER = 1.9.1 |
18 | GIT_URL = https://git-core.googlecode.com/files/git-$(GIT_VER).tar.gz | 18 | GIT_URL = https://git-core.googlecode.com/files/git-$(GIT_VER).tar.gz |
19 | INSTALL = install | 19 | INSTALL = install |
20 | COPYTREE = cp -r | 20 | COPYTREE = cp -r |