diff options
author | John Keeping | 2013-04-27 10:20:16 +0100 |
---|---|---|
committer | Jason A. Donenfeld | 2013-04-27 17:13:46 +0200 |
commit | 83115075abe970306a79484dbaa9adfa97fef2d0 (patch) | |
tree | d5cdb037554c28692d5270202db5bd7b1098038c /Makefile | |
parent | scan-tree: fix regression in section-from-path=-1 (diff) | |
download | cgit-83115075abe970306a79484dbaa9adfa97fef2d0.tar.gz cgit-83115075abe970306a79484dbaa9adfa97fef2d0.zip |
git: update to 1.8.2.2
No changes required, just bump the submodule and Makefile version. 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 ed29b3a..77c676d 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.1 | 17 | GIT_VER = 1.8.2.2 |
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) |