summaryrefslogtreecommitdiff
path: root/src/node_version.h
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2018-12-04 08:20:42 +0100
committerMichaël Zasso <targos@protonmail.com>2018-12-06 15:25:10 +0100
commit23603447adfd0f1109f664ca5755b67b228da05c (patch)
tree3562f8d52bb1c7741e49e4f4c11032b25510c255 /src/node_version.h
parent3c332abe287bc5a88e430e28337563aa51e37896 (diff)
downloadandroid-node-v8-23603447adfd0f1109f664ca5755b67b228da05c.tar.gz
android-node-v8-23603447adfd0f1109f664ca5755b67b228da05c.tar.bz2
android-node-v8-23603447adfd0f1109f664ca5755b67b228da05c.zip
src: update NODE_MODULE_VERSION to 68
Major V8 updates are usually API/ABI incompatible with previous versions. This commit adapts NODE_MODULE_VERSION for V8 7.1. Refs: https://github.com/nodejs/CTC/blob/master/meetings/2016-09-28.md PR-URL: https://github.com/nodejs/node/pull/23423 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Myles Borins <myles.borins@gmail.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 d542193332..b3f4808bf1 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -111,10 +111,11 @@
* V8 6.8: 65
* V8 6.9: 66
* V8 7.0: 67
+ * V8 7.1: 68
*
* More information can be found at https://nodejs.org/en/download/releases/
*/
-#define NODE_MODULE_VERSION 67
+#define NODE_MODULE_VERSION 68
// the NAPI_VERSION provided by this version of the runtime
#define NAPI_VERSION 3