Skip to content

Commit

Permalink
src: bump NODE_MODULE_VERSION To 47
Browse files Browse the repository at this point in the history
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 <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
rvagg committed Oct 21, 2015
1 parent cba5d2b commit a3b238a
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 @@ -49,6 +49,6 @@
* an API is broken in the C++ side, including in v8 or
* other dependencies.
*/
#define NODE_MODULE_VERSION 46 /* Node.js v4.0.0 */
#define NODE_MODULE_VERSION 47 /* Node.js v5.0.0 */

#endif /* SRC_NODE_VERSION_H_ */

0 comments on commit a3b238a

Please sign in to comment.