Now working on version 1.38.2

Fixes: https://github.com/libuv/libuv/issues/2898
This commit is contained in:
cjihrig 2020-07-03 12:53:03 -04:00
parent 5b0398262a
commit 032f2b1251
No known key found for this signature in database
GPG Key ID: 7434390BDBE9B9C5

View File

@ -32,9 +32,9 @@
#define UV_VERSION_MAJOR 1 #define UV_VERSION_MAJOR 1
#define UV_VERSION_MINOR 38 #define UV_VERSION_MINOR 38
#define UV_VERSION_PATCH 1 #define UV_VERSION_PATCH 2
#define UV_VERSION_IS_RELEASE 1 #define UV_VERSION_IS_RELEASE 0
#define UV_VERSION_SUFFIX "" #define UV_VERSION_SUFFIX "dev"
#define UV_VERSION_HEX ((UV_VERSION_MAJOR << 16) | \ #define UV_VERSION_HEX ((UV_VERSION_MAJOR << 16) | \
(UV_VERSION_MINOR << 8) | \ (UV_VERSION_MINOR << 8) | \