From 8514269876c4250e885a1b2407cfa7eb92498c0e Mon Sep 17 00:00:00 2001 From: cjihrig Date: Tue, 31 Jan 2017 20:06:00 -0500 Subject: deps: upgrade libuv to 1.11.0 Fixes: https://github.com/nodejs/node/issues/10165 Fixes: https://github.com/nodejs/node/issues/9856 Fixes: https://github.com/nodejs/node/issues/10607 Fixes: https://github.com/nodejs/node/issues/11104 PR-URL: https://github.com/nodejs/node/pull/11094 Reviewed-By: James M Snell Reviewed-By: Sakthipriyan Vairamani Reviewed-By: Santiago Gimeno Reviewed-By: Michael Dawson --- deps/uv/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deps/uv/configure.ac') diff --git a/deps/uv/configure.ac b/deps/uv/configure.ac index abaf971772..360652198e 100644 --- a/deps/uv/configure.ac +++ b/deps/uv/configure.ac @@ -13,7 +13,7 @@ # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. AC_PREREQ(2.57) -AC_INIT([libuv], [1.10.2], [https://github.com/libuv/libuv/issues]) +AC_INIT([libuv], [1.11.0], [https://github.com/libuv/libuv/issues]) AC_CONFIG_MACRO_DIR([m4]) m4_include([m4/libuv-extra-automake-flags.m4]) m4_include([m4/as_case.m4]) -- cgit v1.2.3