aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar John Keeping <john@keeping.me.uk>2013-05-25 19:19:00 (JST)
committerGravatar Jason A. Donenfeld <Jason@zx2c4.com>2013-05-25 20:10:14 (JST)
commit0499e88ccec43dc69233841779ab4b71b5d94dac (patch)
treeda7da456a79dfa589058bbf20882f57c9137b2ee /Makefile
parentf32a2da636ffa6eaa6b8d0d3f35a673fa12e404a (diff)
downloadcgit-0499e88ccec43dc69233841779ab4b71b5d94dac.zip
cgit-0499e88ccec43dc69233841779ab4b71b5d94dac.tar.gz
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--Makefile2
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)
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.2 17GIT_VER = 1.8.3
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)