summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-08-02 14:58:15 -0700
committerisaacs <i@izs.me>2012-08-02 14:58:15 -0700
commit02dae998c3506ee1a672911c036e660b28ba893f (patch)
treecfeab059daa4b9a368cecca9a00de471aa240539 /src
parent2bee3aeee93a2de6232da873dfa7e33f53ce94a6 (diff)
downloadnode-02dae998c3506ee1a672911c036e660b28ba893f.tar.gz
Now working on 0.8.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 2596cc676..5d0f6ea7d 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -24,8 +24,8 @@
#define NODE_MAJOR_VERSION 0
#define NODE_MINOR_VERSION 8
-#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)