Skip to content

Commit

Permalink
addon: update NODE_MODULE_VERSION macro
Browse files Browse the repository at this point in the history
io.js v1.0.0 is not ABI-compatible with joyent/[email protected], update
the NODE_MODULE_VERSION macro to reflect that.  Update to a much
larger value to avoid future clashes with joyent/node.

PR-URL: #312
Reviewed-By: Bert Belder <[email protected]>
  • Loading branch information
bnoordhuis committed Jan 12, 2015
1 parent 9120f2b commit 42ebdcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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_ */

0 comments on commit 42ebdcb

Please sign in to comment.