mirror of
https://github.com/libuv/libuv
synced 2025-03-28 21:13:16 +00:00
2013.05.15, Version 0.10.7 (Stable)
Changes since version 0.10.6: * windows: kill child processes when the parent dies (Bert Belder)
This commit is contained in:
parent
415f4d3e4c
commit
028baaf084
@ -1,3 +1,10 @@
|
||||
2013.05.15, Version 0.10.7 (Stable)
|
||||
|
||||
Changes since version 0.10.6:
|
||||
|
||||
* windows: kill child processes when the parent dies (Bert Belder)
|
||||
|
||||
|
||||
2013.05.15, Version 0.10.6 (Stable), 11e6613e6260d95c8cf11bf89a2759c24649319a
|
||||
|
||||
Changes since version 0.10.5:
|
||||
|
@ -35,7 +35,7 @@
|
||||
#define UV_VERSION_MAJOR 0
|
||||
#define UV_VERSION_MINOR 10
|
||||
#define UV_VERSION_PATCH 7
|
||||
#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