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:
authorGabriel Schulhof <gabrielschulhof@gmail.com>2021-03-07 19:52:09 +0300
committerMichael Dawson <mdawson@devrus.com>2021-03-11 00:31:16 +0300
commitd15475578abfcc7e0a420719b8d55a6b3ab4f198 (patch)
tree13e945c2b77dfc035afd79f0802f717cc0a41130 /src/node_version.h
parent117e293c376d54665e3c7d7b5b2ed15ef530ada1 (diff)
node-api: define version 8
Mark as stable the APIs that define Node-API version 8. PR-URL: https://github.com/nodejs/node/pull/37652 Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Diffstat (limited to 'src/node_version.h')
-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 eac103a05ad..f5892db67d5 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -93,6 +93,6 @@
// The NAPI_VERSION provided by this version of the runtime. This is the version
// which the Node binary being built supports.
-#define NAPI_VERSION 7
+#define NAPI_VERSION 8
#endif // SRC_NODE_VERSION_H_