diff options
author | isaacs <i@izs.me> | 2012-08-02 14:58:15 -0700 |
---|---|---|
committer | isaacs <i@izs.me> | 2012-08-02 14:58:15 -0700 |
commit | 02dae998c3506ee1a672911c036e660b28ba893f (patch) | |
tree | cfeab059daa4b9a368cecca9a00de471aa240539 /src | |
parent | 2bee3aeee93a2de6232da873dfa7e33f53ce94a6 (diff) | |
download | node-02dae998c3506ee1a672911c036e660b28ba893f.tar.gz |
Now working on 0.8.6
Diffstat (limited to 'src')
-rw-r--r-- | src/node_version.h | 4 |
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) |