diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2011-11-11 13:39:40 -0800 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2011-11-11 14:56:27 -0800 |
commit | 170f2addb2dd0c625bc4a6d461e89a31ad68b79b (patch) | |
tree | 85c20a7b6b5d3096037d778a12f6d1726310b06b /src/node_version.h | |
parent | 5bc1809b433f7ea9b3f1d02c6b007d36276efa48 (diff) | |
download | node-new-170f2addb2dd0c625bc4a6d461e89a31ad68b79b.tar.gz |
Bump version to v0.6.1v0.6.1
Diffstat (limited to 'src/node_version.h')
-rw-r--r-- | src/node_version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_version.h b/src/node_version.h index 3797e7321b..396e8d86b6 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -29,7 +29,7 @@ #define NODE_MAJOR_VERSION 0 #define NODE_MINOR_VERSION 6 #define NODE_PATCH_VERSION 1 -#define NODE_VERSION_IS_RELEASE 0 +#define NODE_VERSION_IS_RELEASE 1 #ifndef NODE_STRINGIFY #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n) |