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

Now working on v0.10.38

This commit is contained in:
Saúl Ibarra Corretgé 2016-06-13 23:48:46 +02:00
parent b38158dc47
commit 74afcb33e2
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
2016.06.14, Version 0.10.37 (Stable)
2016.06.14, Version 0.10.37 (Stable), b38158dc473f1534c5a819e6a8afa76d0657ffa5
Changes since version 0.10.36:

View File

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