Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_version.h')
-rw-r--r--src/node_version.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/node_version.h b/src/node_version.h
index b1acabcfa2a..f6517dd8f90 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -1,11 +1,11 @@
#ifndef SRC_NODE_VERSION_H_
#define SRC_NODE_VERSION_H_
-#define NODE_MAJOR_VERSION 2
-#define NODE_MINOR_VERSION 3
-#define NODE_PATCH_VERSION 1
+#define NODE_MAJOR_VERSION 3
+#define NODE_MINOR_VERSION 0
+#define NODE_PATCH_VERSION 0
-#define NODE_VERSION_IS_RELEASE 1
+#define NODE_VERSION_IS_RELEASE 0
#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)