diff options
author | Lukas Fleischer | 2014-02-20 20:58:13 +0100 |
---|---|---|
committer | Jason A. Donenfeld | 2014-02-21 01:18:54 +0100 |
commit | 8033dc01f4ae1551c21769f580caa723fb176d9c (patch) | |
tree | 106e02b37e1d7dc67aa7ff4bd948f55614e05c45 /Makefile | |
parent | Makefile: suppress pkg-config error (diff) | |
download | cgit-8033dc01f4ae1551c21769f580caa723fb176d9c.tar.gz cgit-8033dc01f4ae1551c21769f580caa723fb176d9c.zip |
git: Update to 1.9.0
No code changes required, just bump the submodule and Makefile versions. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 05b97d7..3ee5f65 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.5 | 17 | GIT_VER = 1.9.0 |
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 | COPYTREE = cp -r | 20 | COPYTREE = cp -r |