Skip to content

Commit 2e28090

Browse files
committed
src: update NODE_MODULE_VERSION to 66
Major V8 updates are usually API/ABI incompatible with previous versions. This commit adapts NODE_MODULE_VERSION for V8 6.9. Refs: https://github.com/nodejs/CTC/blob/master/meetings/2016-09-28.md PR-URL: #21983 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
1 parent 4b25ef5 commit 2e28090

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
@@ -109,10 +109,11 @@
109109
* V8 6.6: 63
110110
* V8 6.7: 64
111111
* V8 6.8: 65
112+
* V8 6.9: 66
112113
*
113114
* More information can be found at https://nodejs.org/en/download/releases/
114115
*/
115-
#define NODE_MODULE_VERSION 65
116+
#define NODE_MODULE_VERSION 66
116117

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

0 commit comments

Comments
 (0)