We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9093392 commit e7db034Copy full SHA for e7db034
1 file changed
src/node_version.h
@@ -26,6 +26,9 @@
26
#define NODE_MINOR_VERSION 2
27
#define NODE_PATCH_VERSION 2
28
29
+#define NODE_VERSION_IS_LTS 0
30
+#define NODE_VERSION_LTS_CODENAME ""
31
+
32
#define NODE_VERSION_IS_RELEASE 0
33
34
#ifndef NODE_STRINGIFY
0 commit comments