diff options
author | libuv upstream <libuv@googlegroups.com> | 2020-04-06 13:22:24 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-04-06 15:49:07 (GMT) |
commit | 394b07af40e1bdbdca0033e53ca803585454da18 (patch) | |
tree | 619fd071cfd23622daa4958ddafd18d33b1c1b88 /include/uv/version.h | |
parent | b4069b04ff63b327ff4881282200c3c73fded34d (diff) | |
download | CMake-394b07af40e1bdbdca0033e53ca803585454da18.zip CMake-394b07af40e1bdbdca0033e53ca803585454da18.tar.gz CMake-394b07af40e1bdbdca0033e53ca803585454da18.tar.bz2 |
libuv 2020-04-06 (d21f5aea)
Code extracted from:
https://github.com/libuv/libuv.git
at commit d21f5aeab0a4b6193f13640471cde405579f9c69 (v1.x).
Diffstat (limited to 'include/uv/version.h')
-rw-r--r-- | include/uv/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/uv/version.h b/include/uv/version.h index 97f0bc2..1536a35 100644 --- a/include/uv/version.h +++ b/include/uv/version.h @@ -31,8 +31,8 @@ */ #define UV_VERSION_MAJOR 1 -#define UV_VERSION_MINOR 29 -#define UV_VERSION_PATCH 2 +#define UV_VERSION_MINOR 35 +#define UV_VERSION_PATCH 1 #define UV_VERSION_IS_RELEASE 0 #define UV_VERSION_SUFFIX "dev" |