Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2020-09-29 17:02:33 +0300
committerMichaël Zasso <targos@protonmail.com>2020-10-18 21:16:56 +0300
commitb1e8e0e604674b14519409d74189de1d47d6e6fa (patch)
tree0d500e2705b33264422acb5f6821c077447e3c52 /src/node_version.h
parentd701247165f52d13ae5c94ba510505f155127663 (diff)
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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_version.h b/src/node_version.h
index c6a011c618a..ac060f1cb0b 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.