summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2018-09-21 09:14:52 +0200
committerMichaël Zasso <targos@protonmail.com>2018-09-22 18:29:34 +0200
commit7429d181c5697799e2bb84efa4d7a5f5302f84ac (patch)
tree0e7b2e66fc586b0742919fb2e3232d10a3668b28 /src
parentdd296a8344f814b63b6d188b5cd4b3885713550b (diff)
downloadandroid-node-v8-7429d181c5697799e2bb84efa4d7a5f5302f84ac.tar.gz
android-node-v8-7429d181c5697799e2bb84efa4d7a5f5302f84ac.tar.bz2
android-node-v8-7429d181c5697799e2bb84efa4d7a5f5302f84ac.zip
src: update NODE_MODULE_VERSION to 67
Major V8 updates are usually API/ABI incompatible with previous versions. This commit adapts NODE_MODULE_VERSION for V8 7.0. Refs: https://github.com/nodejs/CTC/blob/master/meetings/2016-09-28.md PR-URL: https://github.com/nodejs/node/pull/22754 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'src')
-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 5b4f6f798e..d474326de9 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -110,10 +110,11 @@
* V8 6.7: 64
* V8 6.8: 65
* V8 6.9: 66
+ * V8 7.0: 67
*
* More information can be found at https://nodejs.org/en/download/releases/
*/
-#define NODE_MODULE_VERSION 66
+#define NODE_MODULE_VERSION 67
// the NAPI_VERSION provided by this version of the runtime
#define NAPI_VERSION 3