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

2014.01.08, Version 0.10.22 (Stable)

Changes since version 0.10.21:

* windows: avoid assertion failure when pipe server is closed (Bert
  Belder)
This commit is contained in:
Timothy J Fontaine 2014-01-07 14:03:15 -08:00
parent f6422af80a
commit f526c90eef
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2014.01.08, Version 0.10.22 (Stable)
Changes since version 0.10.21:
* windows: avoid assertion failure when pipe server is closed (Bert Belder)
2013.12.19, Version 0.10.21 (Stable), 375ebce068555f0ca8151b562edb5f1b263022db
Changes since version 0.10.20:

View File

@ -35,7 +35,7 @@
#define UV_VERSION_MAJOR 0
#define UV_VERSION_MINOR 10
#define UV_VERSION_PATCH 22
#define UV_VERSION_IS_RELEASE 0
#define UV_VERSION_IS_RELEASE 1
#define UV_VERSION ((UV_VERSION_MAJOR << 16) | \