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 <gabriel.schulhof@intel.com>2019-08-31 09:54:36 +0300
committerGabriel Schulhof <gabriel.schulhof@intel.com>2019-09-05 19:16:54 +0300
commit4e5bb250d8c256dd32af3b2a7fd99197a56c21d6 (patch)
treed8d7b4a549ef1dab94120d3eda7ce5d4d758886f /src/node_version.h
parentaf161f0efb1eb6690c64144cff2988d25186a46f (diff)
n-api: mark version 5 N-APIs as stable
PR-URL: https://github.com/nodejs/node/pull/29401 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.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 9ba3a668ee0..1531f210184 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 4
+#define NAPI_VERSION 5
#endif // SRC_NODE_VERSION_H_