src: update NODE_MODULE_VERSION to 68 · nodejs/node@2360344 (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Commit 2360344
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.mdPR-URL: #23423Reviewed-By: Colin Ihrig cjihrig@gmail.com Reviewed-By: Gus Caplan me@gus.host Reviewed-By: Myles Borins myles.borins@gmail.com
File tree
1 file changed
lines changed
1 file changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -111,10 +111,11 @@ | ||
111 | 111 | * V8 6.8: 65 |
112 | 112 | * V8 6.9: 66 |
113 | 113 | * V8 7.0: 67 |
114 | + * V8 7.1: 68 | |
114 | 115 | * |
115 | 116 | * More information can be found at https://nodejs.org/en/download/releases/ |
116 | 117 | */ |
117 | -#define NODE_MODULE_VERSION 67 | |
118 | +#define NODE_MODULE_VERSION 68 | |
118 | 119 | |
119 | 120 | // the NAPI_VERSION provided by this version of the runtime |
120 | 121 | #define NAPI_VERSION 3 |