Skip to content

Commit 2360344

Browse files
committed
src: update NODE_MODULE_VERSION to 68
Major V8 updates are usually API/ABI incompatible with previous versions. This commit adapts NODE_MODULE_VERSION for V8 7.1. Refs: https://github.com/nodejs/CTC/blob/master/meetings/2016-09-28.md PR-URL: #23423 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: Myles Borins <[email protected]>
1 parent 3c332ab commit 2360344

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
@@ -111,10 +111,11 @@
111111
* V8 6.8: 65
112112
* V8 6.9: 66
113113
* V8 7.0: 67
114+
* V8 7.1: 68
114115
*
115116
* More information can be found at https://nodejs.org/en/download/releases/
116117
*/
117-
#define NODE_MODULE_VERSION 67
118+
#define NODE_MODULE_VERSION 68
118119

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

0 commit comments

Comments
 (0)