diff options
author | isaacs <i@izs.me> | 2012-12-29 17:25:40 -0800 |
---|---|---|
committer | isaacs <i@izs.me> | 2012-12-29 17:25:40 -0800 |
commit | 30bd774fbd379c86dd4e1bbaecd593b56112ddc3 (patch) | |
tree | 2c3119b9c65a4f209c1875f6d27394a67404a7a3 /src/node_version.h | |
parent | 9ff2b0b658630d55d6e71346193c44a69ed0782a (diff) | |
download | node-new-30bd774fbd379c86dd4e1bbaecd593b56112ddc3.tar.gz |
Now working on 0.9.6
Diffstat (limited to 'src/node_version.h')
-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 907d5d5b20..7b14399707 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 5 +#define NODE_PATCH_VERSION 6 #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) |