summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2011-12-04 00:59:16 -0800
committerRyan Dahl <ry@tinyclouds.org>2011-12-04 00:59:16 -0800
commitc50b0c9237efb951f432b5792e9aec3ff1d9475f (patch)
treedc9e0acf98476c84149b90cb658543dcae7e85f4
parent6cc94db653a2739ab28e33b2d6a63c51bd986a9f (diff)
downloadnode-new-c50b0c9237efb951f432b5792e9aec3ff1d9475f.tar.gz
Now working on Node v0.6.6
-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 9c9d1c814c..42099bcb3a 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -28,8 +28,8 @@
#define NODE_MAJOR_VERSION 0
#define NODE_MINOR_VERSION 6
-#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)