2013.07.26, Version 0.10.13 (Stable)

Changes since version 0.10.12:

* unix, windows: fix uv_fs_chown() function prototype (Ben Noordhuis)
This commit is contained in:
Timothy J Fontaine 2013-07-25 10:31:28 -07:00
parent d779eb53d5
commit 381312e1fe
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2013.07.26, Version 0.10.13 (Stable)
Changes since version 0.10.12:
* unix, windows: fix uv_fs_chown() function prototype (Ben Noordhuis)
2013.07.10, Version 0.10.12 (Stable), 58a46221bba726746887a661a9f36fe9ff204209
Changes since version 0.10.11:

View File

@ -35,7 +35,7 @@
#define UV_VERSION_MAJOR 0
#define UV_VERSION_MINOR 10
#define UV_VERSION_PATCH 13
#define UV_VERSION_IS_RELEASE 0
#define UV_VERSION_IS_RELEASE 1
#define UV_VERSION ((UV_VERSION_MAJOR << 16) | \