From 4661f2d6c0bc9496aa13ce8ec142b4c70ee27592 Mon Sep 17 00:00:00 2001 From: Fedor Indutny Date: Fri, 27 Jun 2014 04:41:02 +0400 Subject: [PATCH] Now working on v0.11.27 --- ChangeLog | 2 +- configure.ac | 2 +- include/uv-version.h | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 50d39893..cb900f84 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -2014.06.28, Version 0.11.26 (Unstable) +2014.06.28, Version 0.11.26 (Unstable), 115281a1058c4034d5c5ccedacb667fe3f6327ea Changes since version 0.11.25: diff --git a/configure.ac b/configure.ac index 0423c8ce..35ef2c4a 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.26], [https://github.com/joyent/libuv/issues]) +AC_INIT([libuv], [0.11.27], [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]) diff --git a/include/uv-version.h b/include/uv-version.h index 6f8e080a..0045e738 100644 --- a/include/uv-version.h +++ b/include/uv-version.h @@ -32,7 +32,7 @@ #define UV_VERSION_MAJOR 0 #define UV_VERSION_MINOR 11 -#define UV_VERSION_PATCH 26 -#define UV_VERSION_IS_RELEASE 1 +#define UV_VERSION_PATCH 27 +#define UV_VERSION_IS_RELEASE 0 #endif /* UV_VERSION_H */