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

Now working on v0.10.13

This commit is contained in:
isaacs 2013-07-09 13:18:53 -07:00
parent 58a46221bb
commit 3b4e0a216f
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
2013.07.10, Version 0.10.12 (Stable)
2013.07.10, Version 0.10.12 (Stable), 58a46221bba726746887a661a9f36fe9ff204209
Changes since version 0.10.11:

View File

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