summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-02-23 14:41:29 -0800
committerisaacs <i@izs.me>2012-02-23 14:41:36 -0800
commitf492baa61dd1fa2955fc3821b34fb5c998c81503 (patch)
tree8129df164b3044fa70f1646a57b3d9115c6ed976 /src
parentc5cbc3db474c72d2e5602cbef1fcefba2d6e5aa9 (diff)
downloadnode-f492baa61dd1fa2955fc3821b34fb5c998c81503.tar.gz
Now working on 0.7.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 6adca116a..171731293 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -28,8 +28,8 @@
#define NODE_MAJOR_VERSION 0
#define NODE_MINOR_VERSION 7
-#define NODE_PATCH_VERSION 5
-#define NODE_VERSION_IS_RELEASE 1
+#define NODE_PATCH_VERSION 6
+#define NODE_VERSION_IS_RELEASE 0
#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)