diff options
author | John Keeping | 2013-05-25 11:19:00 +0100 |
---|---|---|
committer | Jason A. Donenfeld | 2013-05-25 13:10:14 +0200 |
commit | 0499e88ccec43dc69233841779ab4b71b5d94dac (patch) | |
tree | da7da456a79dfa589058bbf20882f57c9137b2ee /Makefile | |
parent | cache.c: cache ls_cache output properly (diff) | |
download | cgit-0499e88ccec43dc69233841779ab4b71b5d94dac.tar.gz cgit-0499e88ccec43dc69233841779ab4b71b5d94dac.zip |
git: update to 1.8.3
No changes required, just bump the submodule and Makefile versions. Signed-off-by: John Keeping <john@keeping.me.uk>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 0fe0bc2..4b83ac7 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.8.2.2 | 17 | GIT_VER = 1.8.3 |
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 | MAN5_TXT = $(wildcard *.5.txt) | 20 | MAN5_TXT = $(wildcard *.5.txt) |