summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrevor Norris <trev.norris@gmail.com>2015-03-18 11:41:04 -0600
committerTrevor Norris <trev.norris@gmail.com>2015-03-18 11:41:04 -0600
commitc515187e38650d432a8cb38264fb5e9e289d597c (patch)
tree7c5a85728c78b9474ba3b98d497bf31ab9950f38
parent177aa42a538e9ab75897865a3cc16df84f0ab2f9 (diff)
downloadnode-uv-1.4.0-update.tar.gz
deps: indicate uv has been patcheduv-1.4.0-update
Because we are floating several patches on top of libuv, make that apparent in the version number.
-rw-r--r--deps/uv/include/uv-version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/uv/include/uv-version.h b/deps/uv/include/uv-version.h
index 836d399d7..b53f9c5ca 100644
--- a/deps/uv/include/uv-version.h
+++ b/deps/uv/include/uv-version.h
@@ -33,7 +33,7 @@
#define UV_VERSION_MAJOR 1
#define UV_VERSION_MINOR 4
#define UV_VERSION_PATCH 2
-#define UV_VERSION_IS_RELEASE 1
-#define UV_VERSION_SUFFIX ""
+#define UV_VERSION_IS_RELEASE 0
+#define UV_VERSION_SUFFIX "node1"
#endif /* UV_VERSION_H */