Skip to content

Commit 25a280f

Browse files
committed
src: update NODE_MODULE_VERSION to 60
Major V8 updates are usually API/ABI incompatible with previous versions. This commit adapts NODE_MODULE_VERSION for V8 6.3. Refs: https://github.com/nodejs/CTC/blob/master/meetings/2016-09-28.md
1 parent fa4c272 commit 25a280f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,6 @@
7777
* an API is broken in the C++ side, including in v8 or
7878
* other dependencies.
7979
*/
80-
#define NODE_MODULE_VERSION 57 /* Node.js v8.0.0 */
80+
#define NODE_MODULE_VERSION 60 /* Node.js v8.0.0 */
8181

8282
#endif // SRC_NODE_VERSION_H_

0 commit comments

Comments
 (0)