1
0
mirror of https://github.com/libuv/libuv synced 2025-03-28 21:13:16 +00:00

Now working on v0.10.32

This commit is contained in:
Saúl Ibarra Corretgé 2014-12-24 08:53:52 +01:00
parent 4dbd27e221
commit 03444aa4a0
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
2014.12.25, Version 0.10.31 (Stable)
2014.12.25, Version 0.10.31 (Stable), 4dbd27e2219069a6daa769fb37f98673b77b4261
Changes since version 0.10.30:

View File

@ -34,8 +34,8 @@
#define UV_VERSION_MAJOR 0
#define UV_VERSION_MINOR 10
#define UV_VERSION_PATCH 31
#define UV_VERSION_IS_RELEASE 1
#define UV_VERSION_PATCH 32
#define UV_VERSION_IS_RELEASE 0
#define UV_VERSION ((UV_VERSION_MAJOR << 16) | \