diff --git a/src/node_version.h b/src/node_version.h index 1eec075ec2f177..9cea5faa188095 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -66,6 +66,6 @@ * an API is broken in the C++ side, including in v8 or * other dependencies. */ -#define NODE_MODULE_VERSION 14 /* v0.12 */ +#define NODE_MODULE_VERSION 42 /* io.js v1.0.0 */ #endif /* SRC_NODE_VERSION_H_ */