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
path: root/src
diff options
context:
space:
mode:
authorRod Vagg <rod@vagg.org>2015-05-08 00:13:19 +0300
committerRod Vagg <rod@vagg.org>2015-05-08 00:13:19 +0300
commit8bf878d6e5ac0faa3871cddd5dcc423ae4d3d45a (patch)
tree54a4a4599662e49f64d94987cc10cb42e48f2bef /src
parent6c80e38b014b7be570ffafa91032a6d67d7dd4ae (diff)
Working on v2.0.2
Diffstat (limited to 'src')
-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 035b05024fd..75fc68783cd 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -3,9 +3,9 @@
#define NODE_MAJOR_VERSION 2
#define NODE_MINOR_VERSION 0
-#define NODE_PATCH_VERSION 1
+#define NODE_PATCH_VERSION 2
-#define NODE_VERSION_IS_RELEASE 1
+#define NODE_VERSION_IS_RELEASE 0
#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)