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 62352ee commit e06f535Copy full SHA for e06f535
src/node_version.h
@@ -24,14 +24,14 @@
24
25
#define NODE_MAJOR_VERSION 16
26
#define NODE_MINOR_VERSION 19
27
-#define NODE_PATCH_VERSION 0
+#define NODE_PATCH_VERSION 1
28
29
#define ANODE_REVISE 1
30
31
#define NODE_VERSION_IS_LTS 1
32
#define NODE_VERSION_LTS_CODENAME "Gallium"
33
34
-#define NODE_VERSION_IS_RELEASE 1
+#define NODE_VERSION_IS_RELEASE 0
35
36
#ifndef NODE_STRINGIFY
37
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)
0 commit comments