diff options
author | isaacs <i@izs.me> | 2012-05-04 11:21:08 -0700 |
---|---|---|
committer | isaacs <i@izs.me> | 2012-05-04 13:12:52 -0700 |
commit | 4ced23deaf36493f4303a18f6fdce768c58becc0 (patch) | |
tree | 1a296027fac21322c4a87b4a5087a460d9e1aac1 /src | |
parent | 711ecdd54fa9a874d9f2836c71affc92e1a89e67 (diff) | |
download | node-4ced23deaf36493f4303a18f6fdce768c58becc0.tar.gz |
2012.05.04 Version 0.6.17 (stable)v0.6.17
* Upgrade npm to 1.1.21
* uv: Add support for EROFS errors (Ben Noordhuis, Maciej MaĆecki)
* uv: Add support for EIO and ENOSPC errors (Fedor Indutny)
* windows: Add support for EXDEV errors (Bert Belder)
* http: Fix client memory leaks (isaacs, Vincent Voyer)
* fs: fix file descriptor leak in sync functions (Ben Noordhuis)
* fs: fix ReadStream / WriteStream double close bug (Ben Noordhuis)
Diffstat (limited to 'src')
-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 fac6cad05..283bb2dd7 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 17 -#define NODE_VERSION_IS_RELEASE 0 +#define NODE_VERSION_IS_RELEASE 1 #ifndef NODE_STRINGIFY #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n) |