summaryrefslogtreecommitdiff
path: root/src/node_version.h
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2019-03-12 09:01:53 +0100
committerMichaël Zasso <targos@protonmail.com>2019-03-14 18:49:39 +0100
commit9577f7724d5aab7750ffd83348d8a9245339b4d9 (patch)
treec44c340e15a9695e83e333ec5bc5941dc06a4d9d /src/node_version.h
parentdfcc918e6569fa25764af19fea2a6168413b80c4 (diff)
downloadandroid-node-v8-9577f7724d5aab7750ffd83348d8a9245339b4d9.tar.gz
android-node-v8-9577f7724d5aab7750ffd83348d8a9245339b4d9.tar.bz2
android-node-v8-9577f7724d5aab7750ffd83348d8a9245339b4d9.zip
src: update NODE_MODULE_VERSION to 71
Major V8 updates are usually API/ABI incompatible with previous versions. This commit adapts NODE_MODULE_VERSION for V8 7.3. Refs: https://github.com/nodejs/CTC/blob/master/meetings/2016-09-28.md PR-URL: https://github.com/nodejs/node/pull/25852 Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.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 f64aa2aad7..efe7970eaf 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -112,10 +112,11 @@
* V8 6.9: 66
* V8 7.0: 67
* V8 7.1: 68
+ * V8 7.3: 71
*
* More information can be found at https://nodejs.org/en/download/releases/
*/
-#define NODE_MODULE_VERSION 68
+#define NODE_MODULE_VERSION 71
// the NAPI_VERSION provided by this version of the runtime
#define NAPI_VERSION 4