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

Now working on v0.11.10

This commit is contained in:
Bert Belder 2013-08-23 18:51:38 +02:00
parent a2d29b5b06
commit e47e6b2afa
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
2013.08.24, Version 0.11.9 (Unstable)
2013.08.24, Version 0.11.9 (Unstable), a2d29b5b068cbac93dc16138fb30a74e2669daad
Changes since version 0.11.8:

View File

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