Skip to content

Commit 6efb697

Browse files
committed
Update NODE_MODULE_VERSION to 46 for V8 API breaks
1 parent 5dc0044 commit 6efb697

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/node_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@
4040
* an API is broken in the C++ side, including in v8 or
4141
* other dependencies.
4242
*/
43-
#define NODE_MODULE_VERSION 45 /* io.js v3.0.0 */
43+
#define NODE_MODULE_VERSION 46 /* Node.js v4.0.0 */
4444

4545
#endif /* SRC_NODE_VERSION_H_ */

0 commit comments

Comments
 (0)