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:
parent
742dadcb71
commit
c8607675b9
@ -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
|
||||
|
@ -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) | \
|
||||
|
Loading…
x
Reference in New Issue
Block a user