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

Now working on v0.10.27

Signed-off-by: Fedor Indutny <fedor@indutny.com>
This commit is contained in:
Fedor Indutny 2014-04-07 15:28:59 +04:00
parent d864907611
commit 6855205ba5
No known key found for this signature in database
GPG Key ID: FB0E1095B1797999
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
2014.04.07, Version 0.10.26 (Stable)
2014.04.07, Version 0.10.26 (Stable), d864907611c25ec986c5e77d4d6d6dee88f26926
Changes since version 0.10.25:

View File

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