Browse Source

deps: indicate uv has been patched

Because we are floating several patches on top of libuv, make that
apparent in the version number.

Reviewed-By: Julien Gilli <julien.gilli@joyent.com>
PR-URL: https://github.com/joyent/node/pull/9179
v0.12.2-release
Trevor Norris 10 years ago
parent
commit
a93087007f
  1. 4
      deps/uv/include/uv-version.h

4
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 */

Loading…
Cancel
Save