Skip to content

Commit 338aa62

Browse files
committed
src: update NODE_MODULE_VERSION to 72
Major V8 updates are usually API/ABI incompatible with previous versions. This commit adapts NODE_MODULE_VERSION for V8 7.5. Refs: https://github.com/nodejs/CTC/blob/master/meetings/2016-09-28.md
1 parent f79724f commit 338aa62

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/node_version.h

Lines changed: 2 additions & 1 deletion
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.5: 72
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 72
119120

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

0 commit comments

Comments
 (0)