Commit 3d38a380 authored by Viktor Szakats's avatar Viktor Szakats Committed by Daniel Stenberg
Browse files

build: bump version in default nghttp2 paths

parent d4313b1f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 = ../..
+1 −1
Original line number Diff line number Diff line
@@ -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 = ..
+1 −1
Original line number Diff line number Diff line
@@ -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 = ..