Skip to content

Commit

Permalink
src: bump NODE_MODULE_VERSION due to V8 API
Browse files Browse the repository at this point in the history
V8 4.2 introduces some minor C++ API changes that make it necessary for
many native add-ons to recompile in order to be usable in v2.0.0+

PR-URL: #1532
  • Loading branch information
rvagg committed May 4, 2015
1 parent ac1fb39 commit c1b9913
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 @@ -45,6 +45,6 @@
* an API is broken in the C++ side, including in v8 or
* other dependencies.
*/
#define NODE_MODULE_VERSION 43 /* io.js v1.1.0 */
#define NODE_MODULE_VERSION 44 /* io.js v2.0.0 */

#endif /* SRC_NODE_VERSION_H_ */

0 comments on commit c1b9913

Please sign in to comment.