Skip to content

Commit

Permalink
Update NODE_MODULE_VERSION to 46 for V8 API breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Sep 7, 2015
1 parent 5dc0044 commit 6efb697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
* an API is broken in the C++ side, including in v8 or
* other dependencies.
*/
#define NODE_MODULE_VERSION 45 /* io.js v3.0.0 */
#define NODE_MODULE_VERSION 46 /* Node.js v4.0.0 */

#endif /* SRC_NODE_VERSION_H_ */

0 comments on commit 6efb697

Please sign in to comment.