Skip to content

Commit 7df9e77

Browse files
ryzokukenrefack
authored andcommitted
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.4. Refs: https://github.com/nodejs/CTC/blob/master/meetings/2016-09-28.md PR-URL: #26685 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Refael Ackermann <[email protected]>
1 parent 5613277 commit 7df9e77

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
@@ -113,10 +113,11 @@
113113
* V8 7.0: 67
114114
* V8 7.1: 68
115115
* V8 7.3: 71
116+
* V8 7.4: 72
116117
*
117118
* More information can be found at https://nodejs.org/en/download/releases/
118119
*/
119-
#define NODE_MODULE_VERSION 71
120+
#define NODE_MODULE_VERSION 72
120121

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

0 commit comments

Comments
 (0)