aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar John Keeping <john@keeping.me.uk>2013-04-27 18:20:16 (JST)
committerGravatar Jason A. Donenfeld <Jason@zx2c4.com>2013-04-28 00:13:46 (JST)
commit83115075abe970306a79484dbaa9adfa97fef2d0 (patch)
treed5cdb037554c28692d5270202db5bd7b1098038c /Makefile
parent9a725f4f0991710336584bb284a83dcf5fa5bf1e (diff)
downloadcgit-83115075abe970306a79484dbaa9adfa97fef2d0.zip
cgit-83115075abe970306a79484dbaa9adfa97fef2d0.tar.gz
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)
14pdfdir = $(docdir) 14pdfdir = $(docdir)
15mandir = $(prefix)/share/man 15mandir = $(prefix)/share/man
16SHA1_HEADER = <openssl/sha.h> 16SHA1_HEADER = <openssl/sha.h>
17GIT_VER = 1.8.2.1 17GIT_VER = 1.8.2.2
18GIT_URL = https://git-core.googlecode.com/files/git-$(GIT_VER).tar.gz 18GIT_URL = https://git-core.googlecode.com/files/git-$(GIT_VER).tar.gz
19INSTALL = install 19INSTALL = install
20MAN5_TXT = $(wildcard *.5.txt) 20MAN5_TXT = $(wildcard *.5.txt)