Skip to content

Commit af9fe3b

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+ PR-URL: nodejs#1532
1 parent ca219b0 commit af9fe3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node_version.h

+1-1
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)