summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2013-01-11 11:25:54 -0800
committerisaacs <i@izs.me>2013-01-11 11:25:54 -0800
commit9a4a39fc97d97e7d63d5bda87f7db0acd3e808b5 (patch)
tree44624579179e37da22a303884a86073c49bd933a
parentf228e3cc0589ea1ab05eb2c4b5139bd572716a64 (diff)
downloadnodejs-9a4a39fc97d97e7d63d5bda87f7db0acd3e808b5.tar.gz
nodejs-9a4a39fc97d97e7d63d5bda87f7db0acd3e808b5.tar.bz2
nodejs-9a4a39fc97d97e7d63d5bda87f7db0acd3e808b5.zip
Now working on 0.9.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 7dba0c6b1..6f8f39f3a 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -24,13 +24,13 @@
#define NODE_MAJOR_VERSION 0
#define NODE_MINOR_VERSION 9
-#define NODE_PATCH_VERSION 6
+#define NODE_PATCH_VERSION 7
#ifndef NODE_TAG
# define NODE_TAG ""
#endif
-#define NODE_VERSION_IS_RELEASE 1
+#define NODE_VERSION_IS_RELEASE 0
#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)