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 a2a2ff4 commit 99dc1f9Copy full SHA for 99dc1f9
src/node_version.h
@@ -24,9 +24,9 @@
24
25
#define NODE_MAJOR_VERSION 8
26
#define NODE_MINOR_VERSION 5
27
-#define NODE_PATCH_VERSION 0
+#define NODE_PATCH_VERSION 1
28
29
-#define NODE_VERSION_IS_RELEASE 1
+#define NODE_VERSION_IS_RELEASE 0
30
31
#ifndef NODE_STRINGIFY
32
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)
0 commit comments