Skip to content
This repository was archived by the owner on Nov 21, 2018. It is now read-only.

Commit 4ce9c39

Browse files
committed
Now working on v0.11.18
1 parent 589c224 commit 4ce9c39

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ChangeLog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
2013.12.32, Version 0.11.17 (Unstable)
1+
2013.12.32, Version 0.11.17 (Unstable), 589c224d4c2e79fec65db01d361948f1e4976858
22

33
Changes since version 0.11.16:
44

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1414

1515
AC_PREREQ(2.57)
16-
AC_INIT([libuv], [0.11.17], [https://github.com/joyent/libuv/issues])
16+
AC_INIT([libuv], [0.11.18], [https://github.com/joyent/libuv/issues])
1717
AC_CONFIG_MACRO_DIR([m4])
1818
m4_include([m4/libuv-extra-automake-flags.m4])
1919
AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects] UV_EXTRA_AUTOMAKE_FLAGS)

src/version.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131

3232
#define UV_VERSION_MAJOR 0
3333
#define UV_VERSION_MINOR 11
34-
#define UV_VERSION_PATCH 17
35-
#define UV_VERSION_IS_RELEASE 1
34+
#define UV_VERSION_PATCH 18
35+
#define UV_VERSION_IS_RELEASE 0
3636

3737

3838
#define UV_VERSION ((UV_VERSION_MAJOR << 16) | \

0 commit comments

Comments
 (0)