mirror of
https://github.com/libuv/libuv
synced 2025-03-28 21:13:16 +00:00
2015.01.06, Version 0.10.32 (Stable)
Changes since version 0.10.31: * linux: fix epoll_pwait() sigmask size calculation (Ben Noordhuis)
This commit is contained in:
parent
fa0b08ff5a
commit
378de30c59
@ -1,3 +1,10 @@
|
||||
2015.01.06, Version 0.10.32 (Stable)
|
||||
|
||||
Changes since version 0.10.31:
|
||||
|
||||
* linux: fix epoll_pwait() sigmask size calculation (Ben Noordhuis)
|
||||
|
||||
|
||||
2014.12.25, Version 0.10.31 (Stable), 4dbd27e2219069a6daa769fb37f98673b77b4261
|
||||
|
||||
Changes since version 0.10.30:
|
||||
|
@ -35,7 +35,7 @@
|
||||
#define UV_VERSION_MAJOR 0
|
||||
#define UV_VERSION_MINOR 10
|
||||
#define UV_VERSION_PATCH 32
|
||||
#define UV_VERSION_IS_RELEASE 0
|
||||
#define UV_VERSION_IS_RELEASE 1
|
||||
|
||||
|
||||
#define UV_VERSION ((UV_VERSION_MAJOR << 16) | \
|
||||
|
Loading…
x
Reference in New Issue
Block a user