We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0f8413 commit 77db7e1Copy full SHA for 77db7e1
src/node_version.h
@@ -3,9 +3,9 @@
3
4
#define NODE_MAJOR_VERSION 1
5
#define NODE_MINOR_VERSION 8
6
-#define NODE_PATCH_VERSION 0
+#define NODE_PATCH_VERSION 1
7
8
-#define NODE_VERSION_IS_RELEASE 1
+#define NODE_VERSION_IS_RELEASE 0
9
10
#ifndef NODE_STRINGIFY
11
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)
0 commit comments