Skip to content

Commit dd88936

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

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
@@ -108,10 +108,11 @@
108108
* V8 6.5: 62
109109
* V8 6.6: 63
110110
* V8 6.7: 64
111+
* V8 7.0: 67
111112
*
112113
* More information can be found at https://nodejs.org/en/download/releases/
113114
*/
114-
#define NODE_MODULE_VERSION 64
115+
#define NODE_MODULE_VERSION 67
115116

116117
// the NAPI_VERSION provided by this version of the runtime
117118
#define NAPI_VERSION 3

0 commit comments

Comments
 (0)