summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2017-03-21 10:16:56 +0100
committerMichaël Zasso <targos@protonmail.com>2017-03-25 09:44:10 +0100
commit89d8dc9afd22a6ae79009e8d147d172fb0e2cc05 (patch)
tree9e15d069af824debc5c3088caf4b7329e940b193 /src
parentc459d8ea5d402c702948c860d9497b2230ff7e8a (diff)
downloadandroid-node-v8-89d8dc9afd22a6ae79009e8d147d172fb0e2cc05.tar.gz
android-node-v8-89d8dc9afd22a6ae79009e8d147d172fb0e2cc05.tar.bz2
android-node-v8-89d8dc9afd22a6ae79009e8d147d172fb0e2cc05.zip
src: update NODE_MODULE_VERSION to 54
Major V8 updates are usually API/ABI incompatible with previous versions. This commit adapts NODE_MODULE_VERSION for V8 5.7. Refs: https://github.com/nodejs/CTC/blob/master/meetings/2016-09-28.md PR-URL: https://github.com/nodejs/node/pull/11752 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
Diffstat (limited to 'src')
-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 4d33a9bb24..ca0d46b4f7 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -73,6 +73,6 @@
* an API is broken in the C++ side, including in v8 or
* other dependencies.
*/
-#define NODE_MODULE_VERSION 53 /* Node.js v8.0.0 */
+#define NODE_MODULE_VERSION 54 /* Node.js v8.0.0 */
#endif // SRC_NODE_VERSION_H_