Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUjjwal Sharma <usharma1998@gmail.com>2019-03-15 16:11:05 +0300
committerRefael Ackermann <refack@gmail.com>2019-03-28 23:36:41 +0300
commit7df9e7723666e6dc7103775b4f87130dda433b6b (patch)
tree441bdda814ca3b804f81470f77fbbfd552672253 /src/node_version.h
parent561327702d536c214285bfab9dcb65df435da50b (diff)
src: update NODE_MODULE_VERSION to 72
Major V8 updates are usually API/ABI incompatible with previous versions. This commit adapts NODE_MODULE_VERSION for V8 7.4. Refs: https://github.com/nodejs/CTC/blob/master/meetings/2016-09-28.md PR-URL: https://github.com/nodejs/node/pull/26685 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Refael Ackermann <refack@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 efe7970eafc..349d73d18de 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -113,10 +113,11 @@
* V8 7.0: 67
* V8 7.1: 68
* V8 7.3: 71
+ * V8 7.4: 72
*
* More information can be found at https://nodejs.org/en/download/releases/
*/
-#define NODE_MODULE_VERSION 71
+#define NODE_MODULE_VERSION 72
// the NAPI_VERSION provided by this version of the runtime
#define NAPI_VERSION 4