diff options
| author | isaacs <i@izs.me> | 2012-01-27 13:33:01 -0800 |
|---|---|---|
| committer | isaacs <i@izs.me> | 2012-01-27 16:32:19 -0800 |
| commit | f19e20d33f57c4d2853aaea7d2724d44f3b0012f (patch) | |
| tree | 92549b389e93c8e6389e015858d67afed2f76809 /src | |
| parent | 4b6164ab491e48f30286f739a8a0e66587499bfd (diff) | |
| download | node-0.6.9.tar.gz | |
2012.01.27, Version 0.6.9 (stable)v0.6.9
* dgram: Bring back missing functionality for Unix (Dan VerWeire, Roman Shtylman, Ben Noordnuis)
- Note: Windows UDP support not yet complete.
* http: Fix parser memory leak (koichik)
* zlib: Fix #2365 crashes on invalid input (Nicolas LaCasse)
* module: fix --debug-brk on symlinked scripts (Fedor Indutny)
* Documentation Restyling (Matthew Fitzsimmons)
* Update npm to 1.1.0-3 (isaacs)
* Windows: fix regression in stat() calls to C:\ (Bert Belder)
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 c46c88b69..d6f11afec 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 9 -#define NODE_VERSION_IS_RELEASE 0 +#define NODE_VERSION_IS_RELEASE 1 #ifndef NODE_STRINGIFY #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n) |
