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-05-24 05:10:22 +0300
committerRod Vagg <rod@vagg.org>2015-05-24 05:10:22 +0300
commit3e8c228666521f824e474b80da20814c61ce3702 (patch)
tree96a42a5b1c6be445b009e94f68e87b10a0288394
parent4d8f4d5cb3514737f78d50ed532de23a718cf28e (diff)
Working on v2.1.1
-rw-r--r--src/node_version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/node_version.h b/src/node_version.h
index 67794347525..c73a45e1b96 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -3,9 +3,9 @@
#define NODE_MAJOR_VERSION 2
#define NODE_MINOR_VERSION 1
-#define NODE_PATCH_VERSION 0
+#define NODE_PATCH_VERSION 1
-#define NODE_VERSION_IS_RELEASE 1
+#define NODE_VERSION_IS_RELEASE 0
#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)