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:
authorRod Vagg <rod@vagg.org>2015-06-30 10:43:29 +0300
committerRod Vagg <rod@vagg.org>2015-06-30 10:43:29 +0300
commit483aac90531b1136da94dde1728e9a94e37fe565 (patch)
treef9a223d7963a142a987372e2c80138ffc1134297
parent8f6f4280c676db0e5ee114cdc1a27cd3290ab335 (diff)
Working on v3.0.0v3.0.0-rc1
-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)