diff --git a/ChangeLog b/ChangeLog index cff1046c..e7ebfdaa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -2013.12.32, Version 0.11.17 (Unstable) +2013.12.32, Version 0.11.17 (Unstable), 589c224d4c2e79fec65db01d361948f1e4976858 Changes since version 0.11.16: diff --git a/configure.ac b/configure.ac index c8b32573..9aff4e90 100644 --- a/configure.ac +++ b/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.17], [https://github.com/joyent/libuv/issues]) +AC_INIT([libuv], [0.11.18], [https://github.com/joyent/libuv/issues]) AC_CONFIG_MACRO_DIR([m4]) m4_include([m4/libuv-extra-automake-flags.m4]) AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects] UV_EXTRA_AUTOMAKE_FLAGS) diff --git a/src/version.c b/src/version.c index d50fea7c..ac5cc613 100644 --- a/src/version.c +++ b/src/version.c @@ -31,8 +31,8 @@ #define UV_VERSION_MAJOR 0 #define UV_VERSION_MINOR 11 -#define UV_VERSION_PATCH 17 -#define UV_VERSION_IS_RELEASE 1 +#define UV_VERSION_PATCH 18 +#define UV_VERSION_IS_RELEASE 0 #define UV_VERSION ((UV_VERSION_MAJOR << 16) | \