diff options
author | John Keeping <john@keeping.me.uk> | 2014-08-03 15:51:42 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2014-08-07 14:42:34 +0200 |
commit | 49f607777fe3d9393574a572d72caa568ee3ca3c (patch) | |
tree | 0d1fc0d179a6f8d2ad29451f2855d0555c8e2f4c /Makefile | |
parent | 9dd67272ed57e8923510197eb5ac8d3f819fbb26 (diff) |
git: update to v2.0.4
No CGit changes required. 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 93b525a..6a8a125 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ htmldir = $(docdir) pdfdir = $(docdir) mandir = $(prefix)/share/man SHA1_HEADER = <openssl/sha.h> -GIT_VER = 2.0.3 +GIT_VER = 2.0.4 GIT_URL = https://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.gz INSTALL = install COPYTREE = cp -r |