Skip to content

Commit 0398deb

Browse files
targosMylesBorins
authored andcommitted
src: update NODE_MODULE_VERSION to 61
Major V8 updates are usually API/ABI incompatible with previous versions. This commit adapts NODE_MODULE_VERSION for V8 6.4. Refs: https://github.com/nodejs/CTC/blob/master/meetings/2016-09-28.md PR-URL: #17489 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Ali Ijaz Sheikh <[email protected]>
1 parent fe6bcce commit 0398deb

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
@@ -104,10 +104,11 @@
104104
* V8 6.1: 58
105105
* V8 6.2: 59
106106
* V8 6.3: 60
107+
* V8 6.4: 61
107108
*
108109
* More information can be found at https://nodejs.org/en/download/releases/
109110
*/
110-
#define NODE_MODULE_VERSION 60
111+
#define NODE_MODULE_VERSION 61
111112

112113
// the NAPI_VERSION provided by this version of the runtime
113114
#define NAPI_VERSION 2

0 commit comments

Comments
 (0)