diff options
author | Gabriel Schulhof <gabriel.schulhof@intel.com> | 2019-08-30 23:54:36 -0700 |
---|---|---|
committer | Gabriel Schulhof <gabriel.schulhof@intel.com> | 2019-09-05 09:16:54 -0700 |
commit | 4e5bb250d8c256dd32af3b2a7fd99197a56c21d6 (patch) | |
tree | d8d7b4a549ef1dab94120d3eda7ce5d4d758886f /src/node_version.h | |
parent | af161f0efb1eb6690c64144cff2988d25186a46f (diff) | |
download | node-new-4e5bb250d8c256dd32af3b2a7fd99197a56c21d6.tar.gz |
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_version.h b/src/node_version.h index 9ba3a668ee..1531f21018 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_ |