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 13151aa commit bd8b2f0Copy full SHA for bd8b2f0
src/node_version.h
@@ -3,12 +3,12 @@
3
4
#define NODE_MAJOR_VERSION 4
5
#define NODE_MINOR_VERSION 2
6
-#define NODE_PATCH_VERSION 4
+#define NODE_PATCH_VERSION 5
7
8
#define NODE_VERSION_IS_LTS 1
9
#define NODE_VERSION_LTS_CODENAME "Argon"
10
11
-#define NODE_VERSION_IS_RELEASE 1
+#define NODE_VERSION_IS_RELEASE 0
12
13
#ifndef NODE_STRINGIFY
14
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)
0 commit comments