summaryrefslogtreecommitdiff
path: root/src/node_version.h
diff options
context:
space:
mode:
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 1e560410e0..768f6fcb1c 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -91,7 +91,8 @@
*/
#define NODE_MODULE_VERSION 74
-// the NAPI_VERSION provided by this version of the runtime
+// 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
#endif // SRC_NODE_VERSION_H_