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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/node_version.h b/src/node_version.h
index ca677baf244..8d490ab2cd5 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -5,8 +5,8 @@
#define NODE_VERSION_H
#define NODE_MAJOR_VERSION 0
-#define NODE_MINOR_VERSION 1
-#define NODE_PATCH_VERSION 104
+#define NODE_MINOR_VERSION 2
+#define NODE_PATCH_VERSION 0
#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)