diff options
| author | isaacs <i@izs.me> | 2011-12-14 16:59:37 -0800 |
|---|---|---|
| committer | isaacs <i@izs.me> | 2011-12-15 10:55:52 -0800 |
| commit | 9a059ea69e1f6ebd8899246682d8ca257610b8ab (patch) | |
| tree | ccc6a0b92d2f855235b202ab8fe325cd5b2bb38f /src/node_version.h | |
| parent | 56f65e3c3e1a3b4958291fa79329bde22d8f2b10 (diff) | |
| download | node-0.6.6.tar.gz | |
2011.12.14, Version 0.6.6 (stable)v0.6.6
* npm update to 1.1.0-beta-4 (Isaac Z. Schlueter)
* cli: fix output of --help (Ben Noordhuis)
* new website
* pause/resume semantics for stdin (Isaac Z. Schlueter)
* Travis CI integration (Maciej MaĆecki)
* child_process: Fix bug regarding closed stdin (Ben Noordhuis)
* Enable upgrades in MSI. (Igor Zinkovsky)
* net: Fixes memory leak (Ben Noordhuis)
* fs: handle fractional or NaN ReadStream buffer size (Ben Noordhuis)
* crypto: fix memory leaks in PBKDF2 error path (Ben Noordhuis)
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 42099bcb3..2a8189bd3 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 6 -#define NODE_VERSION_IS_RELEASE 0 +#define NODE_VERSION_IS_RELEASE 1 #ifndef NODE_STRINGIFY #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n) |
