Skip to content

Commit db476fc

Browse files
committed
src: update NODE_MODULE_VERSION to 57
Major V8 updates are usually API/ABI incompatible with previous versions. This commit adapts NODE_MODULE_VERSION for V8 6.0. Refs: https://github.com/nodejs/CTC/blob/master/meetings/2016-09-28.md PR-URL: #14004 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent 0a66b22 commit db476fc

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
@@ -73,6 +73,6 @@
7373
* an API is broken in the C++ side, including in v8 or
7474
* other dependencies.
7575
*/
76-
#define NODE_MODULE_VERSION 56 /* Node.js v8.0.0 */
76+
#define NODE_MODULE_VERSION 57 /* Node.js v8.0.0 */
7777

7878
#endif // SRC_NODE_VERSION_H_

0 commit comments

Comments
 (0)