Skip to content

Commit bf7c3da

Browse files
committed
src: bump NODE_MODULE_VERSION To 47
For Node.js v5.0.0, due to upgrade to V8 4.6 which has an incompatible ABI PR-URL: #3400 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent c658de2 commit bf7c3da

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
@@ -49,6 +49,6 @@
4949
* an API is broken in the C++ side, including in v8 or
5050
* other dependencies.
5151
*/
52-
#define NODE_MODULE_VERSION 46 /* Node.js v4.0.0 */
52+
#define NODE_MODULE_VERSION 47 /* Node.js v5.0.0 */
5353

5454
#endif /* SRC_NODE_VERSION_H_ */

0 commit comments

Comments
 (0)