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