diff options
author | Christian Hesse <mail@eworm.de> | 2014-03-20 14:41:16 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2014-03-20 11:14:03 -0600 |
commit | 45315f846c2e2ee6663f0ba8cc454384d2b9e3ea (patch) | |
tree | 3dbc36efc38856574f6e2c11e1ff8e3a0347f9cd /Makefile | |
parent | e22e985416929adb735bd952db00fce82d883914 (diff) |
git: update to 1.9.1
Everything works just bumping the version in Makefile and commit hash in submodule. No code changes required.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 6fac5bd..4a3980c 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.9.0 +GIT_VER = 1.9.1 GIT_URL = https://git-core.googlecode.com/files/git-$(GIT_VER).tar.gz INSTALL = install COPYTREE = cp -r |