Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Commit a930870

Browse files
committed
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: #9179
1 parent 2fdeb7e commit a930870

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deps/uv/include/uv-version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
#define UV_VERSION_MAJOR 1
3434
#define UV_VERSION_MINOR 4
3535
#define UV_VERSION_PATCH 2
36-
#define UV_VERSION_IS_RELEASE 1
37-
#define UV_VERSION_SUFFIX ""
36+
#define UV_VERSION_IS_RELEASE 0
37+
#define UV_VERSION_SUFFIX "node1"
3838

3939
#endif /* UV_VERSION_H */

0 commit comments

Comments
 (0)