diff options
author | Viktor Szakats <vszakats@users.noreply.github.com> | 2015-05-19 01:42:29 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-05-19 07:42:16 +0200 |
commit | 3d38a38012c8c5d81b682ce5ada02a9d00c71656 (patch) | |
tree | 0d28eb9f572c6e7e13d54ff9532bcf8cc9934b2a /docs | |
parent | d4313b1f01e8cda7909c3d391d0fdea8e896a085 (diff) | |
download | curl-3d38a38012c8c5d81b682ce5ada02a9d00c71656.tar.gz |
build: bump version in default nghttp2 paths
Diffstat (limited to 'docs')
-rw-r--r-- | docs/examples/Makefile.m32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/Makefile.m32 b/docs/examples/Makefile.m32 index 1aa2e0018..2da5294ed 100644 --- a/docs/examples/Makefile.m32 +++ b/docs/examples/Makefile.m32 @@ -64,7 +64,7 @@ LDAP_SDK = c:/novell/ndk/cldapsdk/win32 endif # Edit the path below to point to the base of your nghttp2 package. ifndef NGHTTP2_PATH -NGHTTP2_PATH = ../../../nghttp2-0.7.13 +NGHTTP2_PATH = ../../../nghttp2-1.0.0 endif PROOT = ../.. |