Skip to content

Commit 9577f77

Browse files
committed
src: update NODE_MODULE_VERSION to 71
Major V8 updates are usually API/ABI incompatible with previous versions. This commit adapts NODE_MODULE_VERSION for V8 7.3. Refs: https://github.com/nodejs/CTC/blob/master/meetings/2016-09-28.md PR-URL: #25852 Reviewed-By: Ujjwal Sharma <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Ali Ijaz Sheikh <[email protected]>
1 parent dfcc918 commit 9577f77

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
@@ -112,10 +112,11 @@
112112
* V8 6.9: 66
113113
* V8 7.0: 67
114114
* V8 7.1: 68
115+
* V8 7.3: 71
115116
*
116117
* More information can be found at https://nodejs.org/en/download/releases/
117118
*/
118-
#define NODE_MODULE_VERSION 68
119+
#define NODE_MODULE_VERSION 71
119120

120121
// the NAPI_VERSION provided by this version of the runtime
121122
#define NAPI_VERSION 4

0 commit comments

Comments
 (0)