Skip to content

Commit 1157c20

Browse files
committed
src: update NODE_MODULE_VERSION to 62
Major V8 updates are usually API/ABI incompatible with previous versions. This commit adapts NODE_MODULE_VERSION for V8 6.5. Refs: https://github.com/nodejs/CTC/blob/master/meetings/2016-09-28.md
1 parent 5b1bd05 commit 1157c20

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/node_version.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,10 @@
104104
* V8 6.1: 58
105105
* V8 6.2: 59
106106
* V8 6.3: 60
107+
* V8 6.5: 62
107108
*
108109
* More information can be found at https://nodejs.org/en/download/releases/
109110
*/
110-
#define NODE_MODULE_VERSION 60
111+
#define NODE_MODULE_VERSION 62
111112

112113
#endif // SRC_NODE_VERSION_H_

0 commit comments

Comments
 (0)