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-01-18 09:09:48 +0300
committerGabriel Schulhof <gabriel.schulhof@intel.com>2019-01-22 09:30:11 +0300
commit11387e1454d8b8311dfdb1bac6a7ec1a1494946d (patch)
treee0368510a96393a1827346cd0ed0db8069aa3741 /src/node_version.h
parent2c9e12e49656fa194376cf01356bc964e0d9161b (diff)
n-api: mark thread-safe function as stable
Fixes: https://github.com/nodejs/node/issues/24249 PR-URL: https://github.com/nodejs/node/pull/25556 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 b3f4808bf17..f64aa2aad77 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -118,6 +118,6 @@
#define NODE_MODULE_VERSION 68
// the NAPI_VERSION provided by this version of the runtime
-#define NAPI_VERSION 3
+#define NAPI_VERSION 4
#endif // SRC_NODE_VERSION_H_