mirror of https://github.com/nodejs/node.git
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: https://github.com/iojs/io.js/pull/1532pull/1532/head
parent
ac1fb39ce8
commit
c1b9913e1f
|
@ -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_ */
|
||||
|
|
Loading…
Reference in New Issue