summaryrefslogtreecommitdiff
path: root/src/node_version.h
diff options
context:
space:
mode:
authorPeter Marshall <p.s.marshall0@gmail.com>2018-04-12 16:42:10 +0200
committerMyles Borins <mylesborins@google.com>2018-04-17 15:35:03 -0400
commit8bcefd069aa965b4e33d72431cc8e4acff10fcac (patch)
tree3a4e618ef8931f31a42d6ef7ad266b55ae9a0bf6 /src/node_version.h
parentc98eeb6b8d481eada1bd8edf8306de4338a4c2a6 (diff)
downloadandroid-node-v8-8bcefd069aa965b4e33d72431cc8e4acff10fcac.tar.gz
android-node-v8-8bcefd069aa965b4e33d72431cc8e4acff10fcac.tar.bz2
android-node-v8-8bcefd069aa965b4e33d72431cc8e4acff10fcac.zip
deps: patch the V8 API to be forward compatible with 6.7
PR-URL: https://github.com/nodejs/node/pull/19999 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Yang Guo <yangguo@chromium.org> Reviewed-By: Michaƫl Zasso <targos@protonmail.com>
Diffstat (limited to 'src/node_version.h')
-rw-r--r--src/node_version.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/node_version.h b/src/node_version.h
index 51388d63ae..249075a981 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -107,10 +107,11 @@
* V8 6.4: 61
* V8 6.5: 62
* V8 6.6: 63
+ * V8 6.7: 64
*
* More information can be found at https://nodejs.org/en/download/releases/
*/
-#define NODE_MODULE_VERSION 63
+#define NODE_MODULE_VERSION 64
// the NAPI_VERSION provided by this version of the runtime
#define NAPI_VERSION 3