Skip to content

Commit b8b8ca2

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/node_version.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,11 @@
105105
* V8 6.2: 59
106106
* V8 6.3: 60
107107
* V8 6.4: 61
108+
* V8 6.6: 63
108109
*
109110
* More information can be found at https://nodejs.org/en/download/releases/
110111
*/
111-
#define NODE_MODULE_VERSION 61
112+
#define NODE_MODULE_VERSION 63
112113

113114
// the NAPI_VERSION provided by this version of the runtime
114115
#define NAPI_VERSION 2

0 commit comments

Comments
 (0)