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

Now working on v0.11.5

This commit is contained in:
Bert Belder 2013-05-30 01:01:23 +02:00
parent e43e5b3d95
commit bec8f3cb24
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
2013.05.30, Version 0.11.4 (Unstable)
2013.05.30, Version 0.11.4 (Unstable), e43e5b3d954a0989db5588aa110e1fe4fe6e0219
Changes since version 0.11.3:

View File

@ -31,8 +31,8 @@
#define UV_VERSION_MAJOR 0
#define UV_VERSION_MINOR 11
#define UV_VERSION_PATCH 4
#define UV_VERSION_IS_RELEASE 1
#define UV_VERSION_PATCH 5
#define UV_VERSION_IS_RELEASE 0
#define UV_VERSION ((UV_VERSION_MAJOR << 16) | \