Skip to content

Commit 4ec59dc

Browse files
committed
src: bump NODE_MODULE_VERSION due to V8 API
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+
1 parent dacc1fa commit 4ec59dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@
4545
* an API is broken in the C++ side, including in v8 or
4646
* other dependencies.
4747
*/
48-
#define NODE_MODULE_VERSION 43 /* io.js v1.1.0 */
48+
#define NODE_MODULE_VERSION 44 /* io.js v2.0.0 */
4949

5050
#endif /* SRC_NODE_VERSION_H_ */

0 commit comments

Comments
 (0)