diff options
Diffstat (limited to 'deps/uv/configure.ac')
-rw-r--r-- | deps/uv/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/uv/configure.ac b/deps/uv/configure.ac index 078c717eb7..0423c8cea8 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], [0.11.25], [https://github.com/joyent/libuv/issues]) +AC_INIT([libuv], [0.11.26], [https://github.com/joyent/libuv/issues]) AC_CONFIG_MACRO_DIR([m4]) m4_include([m4/libuv-extra-automake-flags.m4]) m4_include([m4/as_case.m4]) |