src: update NODE_MODULE_VERSION to 71 · nodejs/node@9577f77 (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Commit 9577f77
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.mdPR-URL: #25852Reviewed-By: Ujjwal Sharma usharma1998@gmail.com Reviewed-By: Matteo Collina matteo.collina@gmail.com Reviewed-By: Ali Ijaz Sheikh ofrobots@google.com
File tree
1 file changed
lines changed
1 file changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -112,10 +112,11 @@ | ||
112 | 112 | * V8 6.9: 66 |
113 | 113 | * V8 7.0: 67 |
114 | 114 | * V8 7.1: 68 |
115 | + * V8 7.3: 71 | |
115 | 116 | * |
116 | 117 | * More information can be found at https://nodejs.org/en/download/releases/ |
117 | 118 | */ |
118 | -#define NODE_MODULE_VERSION 68 | |
119 | +#define NODE_MODULE_VERSION 71 | |
119 | 120 | |
120 | 121 | // the NAPI_VERSION provided by this version of the runtime |
121 | 122 | #define NAPI_VERSION 4 |