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:
authorisaacs <i@izs.me>2013-04-24 01:07:23 +0400
committerisaacs <i@izs.me>2013-04-24 01:07:23 +0400
commitec5577cf9daa48691e039edbcd9ea1bab27ebc3a (patch)
tree3ef0e9664f7b6c3b67ceb2c4f2741890773ccfbb /src
parent52aeb3f2fdc076143bb7df70bc01a722178b8336 (diff)
Now working on 0.10.6
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 1bc4c759e6a..65b1176d277 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -24,9 +24,9 @@
#define NODE_MAJOR_VERSION 0
#define NODE_MINOR_VERSION 10
-#define NODE_PATCH_VERSION 5
+#define NODE_PATCH_VERSION 6
-#define NODE_VERSION_IS_RELEASE 1
+#define NODE_VERSION_IS_RELEASE 0
#ifndef NODE_TAG
# define NODE_TAG ""