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

Now working on v0.11.11

This commit is contained in:
Bert Belder 2013-08-24 19:46:03 +02:00
parent 742dadcb71
commit c8607675b9
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
2013.08.25, Version 0.11.10 (Unstable)
2013.08.25, Version 0.11.10 (Unstable), 742dadcb7154cc7bb89c0c228a223b767a36cf0d
* windows: Re-implement uv_fs_stat. The st_ctime field now contains the change
time, not the creation time, like on unix systems. st_dev, st_ino, st_blocks

View File

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