summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2013-05-14 14:33:56 -0700
committerisaacs <i@izs.me>2013-05-14 14:33:56 -0700
commitef2b2a3f5205a626ad0dad9122f58da0565652b8 (patch)
treec6ea1640bfa398a453674c888e6c41adface2d74
parentd855e9b1253c6869510790fb7e92c57c29508e8a (diff)
downloadnode-ef2b2a3f5205a626ad0dad9122f58da0565652b8.tar.gz
Now working on v0.10.7
-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 401d9cec2..04d7341ee 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 ""