]> granicus.if.org Git - curl/commitdiff
build: bump version in default nghttp2 paths
authorViktor Szakats <vszakats@users.noreply.github.com>
Mon, 18 May 2015 23:42:29 +0000 (01:42 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 19 May 2015 05:42:16 +0000 (07:42 +0200)
docs/examples/Makefile.m32
lib/Makefile.m32
src/Makefile.m32

index 1aa2e0018725fca409c27d51a8fd775112e2ece9..2da5294ed54786098d1ea788ad2daaf2429d2658 100644 (file)
@@ -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 = ../..
index 068947fae7b44c5f3a787f3adc72a7794b2ae97f..ee47d6708de44b2b7ce571875a80d5e38ce3f230 100644 (file)
@@ -44,7 +44,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 = ..
index c951ae9dea9995ea897eaacaeb08cd8380c29b80..fc59f63e1345209f4e2e18e06de4a8d715e06031 100644 (file)
@@ -56,7 +56,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 = ..