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

Now working on v0.10.33

This commit is contained in:
Saúl Ibarra Corretgé 2015-01-05 20:10:50 +01:00
parent 378de30c59
commit 8d07ddb8c2
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
2015.01.06, Version 0.10.32 (Stable)
2015.01.06, Version 0.10.32 (Stable), 378de30c59aef5fdb6d130fa5cfcb0a68fce571c
Changes since version 0.10.31:

View File

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