diff options
author | John Keeping <john@keeping.me.uk> | 2013-04-27 10:20:16 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 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-pink-83115075abe970306a79484dbaa9adfa97fef2d0.tar.gz cgit-pink-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) pdfdir = $(docdir) mandir = $(prefix)/share/man SHA1_HEADER = <openssl/sha.h> -GIT_VER = 1.8.2.1 +GIT_VER = 1.8.2.2 GIT_URL = https://git-core.googlecode.com/files/git-$(GIT_VER).tar.gz INSTALL = install MAN5_TXT = $(wildcard *.5.txt) |