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-05-15 01:33:56 +0400
committerisaacs <i@izs.me>2013-05-15 01:33:56 +0400
commitef2b2a3f5205a626ad0dad9122f58da0565652b8 (patch)
treec6ea1640bfa398a453674c888e6c41adface2d74 /src
parentd855e9b1253c6869510790fb7e92c57c29508e8a (diff)
Now working on v0.10.7
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 401d9cec243..04d7341ee0d 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 6
+#define NODE_PATCH_VERSION 7
-#define NODE_VERSION_IS_RELEASE 1
+#define NODE_VERSION_IS_RELEASE 0
#ifndef NODE_TAG
# define NODE_TAG ""