diff options
author | Michaël Zasso <targos@protonmail.com> | 2020-09-29 16:02:33 +0200 |
---|---|---|
committer | Michaël Zasso <targos@protonmail.com> | 2020-10-18 20:16:56 +0200 |
commit | b1e8e0e604674b14519409d74189de1d47d6e6fa (patch) | |
tree | 0d500e2705b33264422acb5f6821c077447e3c52 /src/node_version.h | |
parent | d701247165f52d13ae5c94ba510505f155127663 (diff) | |
download | node-new-b1e8e0e604674b14519409d74189de1d47d6e6fa.tar.gz |
src: update NODE_MODULE_VERSION to 88
Major V8 updates are usually API/ABI incompatible with previous
versions. This commit adapts NODE_MODULE_VERSION for V8 8.6.
Refs: https://github.com/nodejs/CTC/blob/master/meetings/2016-09-28.md
PR-URL: https://github.com/nodejs/node/pull/35415
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Myles Borins <myles.borins@gmail.com>
Diffstat (limited to 'src/node_version.h')
-rw-r--r-- | src/node_version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_version.h b/src/node_version.h index c6a011c618..ac060f1cb0 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -89,7 +89,7 @@ * version matching should open a pull request to reserve a number in this * registry. */ -#define NODE_MODULE_VERSION 86 +#define NODE_MODULE_VERSION 88 // The NAPI_VERSION provided by this version of the runtime. This is the version // which the Node binary being built supports. |