aboutsummaryrefslogtreecommitdiff
path: root/deps/uv/src/version.c
diff options
context:
space:
mode:
Diffstat (limited to 'deps/uv/src/version.c')
-rw-r--r--deps/uv/src/version.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/deps/uv/src/version.c b/deps/uv/src/version.c
index 3291d47eeb..75a5677b30 100644
--- a/deps/uv/src/version.c
+++ b/deps/uv/src/version.c
@@ -24,7 +24,9 @@
/*
* Versions with an even minor version (e.g. 0.6.1 or 1.0.4) are API and ABI
* stable. When the minor version is odd, the API can change between patch
- * releases.
+ * releases. Make sure you update the -soname directives in config-unix.mk
+ * and uv.gyp whenever you bump UV_VERSION_MAJOR or UV_VERSION_MINOR (but
+ * not UV_VERSION_PATCH.)
*/
#undef UV_VERSION_MAJOR /* TODO(bnoordhuis) Remove in v0.11. */
@@ -32,7 +34,7 @@
#define UV_VERSION_MAJOR 0
#define UV_VERSION_MINOR 10
-#define UV_VERSION_PATCH 5
+#define UV_VERSION_PATCH 6
#define UV_VERSION_IS_RELEASE 1