We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a020d9a commit d88194dCopy full SHA for d88194d
src/node_version.h
@@ -1,9 +1,9 @@
1
#ifndef SRC_NODE_VERSION_H_
2
#define SRC_NODE_VERSION_H_
3
4
-#define NODE_MAJOR_VERSION 3
+#define NODE_MAJOR_VERSION 4
5
#define NODE_MINOR_VERSION 0
6
-#define NODE_PATCH_VERSION 1
+#define NODE_PATCH_VERSION 0
7
8
#define NODE_VERSION_IS_RELEASE 0
9
0 commit comments