diff options
author | Brad King <brad.king@kitware.com> | 2020-04-29 12:21:02 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-04-29 12:21:02 (GMT) |
commit | efdd451f4bbf704097c95d6ca8cfd8f27cd3e87d (patch) | |
tree | 0dd89f8a2ba33d3d947993af591ab9ab7d0bac49 /Utilities/cmlibuv/include/uv | |
parent | 959acdc9e6af291b7f8c3ac530496322745385a2 (diff) | |
parent | d355f401d79848a80acc0df296f168bad28d5c95 (diff) | |
download | CMake-efdd451f4bbf704097c95d6ca8cfd8f27cd3e87d.zip CMake-efdd451f4bbf704097c95d6ca8cfd8f27cd3e87d.tar.gz CMake-efdd451f4bbf704097c95d6ca8cfd8f27cd3e87d.tar.bz2 |
Merge branch 'upstream-libuv' into update-libuv
* upstream-libuv:
libuv 2020-04-29 (e7ebae26)
Diffstat (limited to 'Utilities/cmlibuv/include/uv')
-rw-r--r-- | Utilities/cmlibuv/include/uv/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Utilities/cmlibuv/include/uv/version.h b/Utilities/cmlibuv/include/uv/version.h index 1536a35..f932483 100644 --- a/Utilities/cmlibuv/include/uv/version.h +++ b/Utilities/cmlibuv/include/uv/version.h @@ -26,12 +26,12 @@ * Versions with the same major number are ABI stable. API is allowed to * evolve between minor releases, but only in a backwards compatible way. * Make sure you update the -soname directives in configure.ac - * and uv.gyp whenever you bump UV_VERSION_MAJOR or UV_VERSION_MINOR (but + * whenever you bump UV_VERSION_MAJOR or UV_VERSION_MINOR (but * not UV_VERSION_PATCH.) */ #define UV_VERSION_MAJOR 1 -#define UV_VERSION_MINOR 35 +#define UV_VERSION_MINOR 37 #define UV_VERSION_PATCH 1 #define UV_VERSION_IS_RELEASE 0 #define UV_VERSION_SUFFIX "dev" |