1
0
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:
Bert Belder 2013-05-14 16:50:19 -07:00
parent 415f4d3e4c
commit 028baaf084
2 changed files with 8 additions and 1 deletions

View File

@ -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:

View File

@ -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) | \