aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Keeping <john@keeping.me.uk>2013-04-27 10:20:16 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2013-04-27 17:13:46 +0200
commit83115075abe970306a79484dbaa9adfa97fef2d0 (patch)
treed5cdb037554c28692d5270202db5bd7b1098038c /Makefile
parent9a725f4f0991710336584bb284a83dcf5fa5bf1e (diff)
downloadcgit-83115075abe970306a79484dbaa9adfa97fef2d0.tar.gz
cgit-83115075abe970306a79484dbaa9adfa97fef2d0.tar.bz2
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--Makefile2
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)