Skip to content

Commit 7429d18

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 PR-URL: #22754 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Ali Ijaz Sheikh <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent dd296a8 commit 7429d18

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: src/node_version.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,11 @@
110110
* V8 6.7: 64
111111
* V8 6.8: 65
112112
* V8 6.9: 66
113+
* V8 7.0: 67
113114
*
114115
* More information can be found at https://nodejs.org/en/download/releases/
115116
*/
116-
#define NODE_MODULE_VERSION 66
117+
#define NODE_MODULE_VERSION 67
117118

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

0 commit comments

Comments
 (0)