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

Now working on v0.10.17

This commit is contained in:
Bert Belder 2013-09-05 16:45:51 +02:00
parent 2bce230d81
commit 7e5c63c88d
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
2013.09.06, Version 0.10.16 (Stable)
2013.09.06, Version 0.10.16 (Stable), 2bce230d81f4853a23662cbeb26fe98010b1084b
Changes since version 0.10.15:

View File

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