diff options
| author | isaacs <i@izs.me> | 2013-01-11 10:49:21 -0800 |
|---|---|---|
| committer | isaacs <i@izs.me> | 2013-01-11 10:49:21 -0800 |
| commit | 9313fdc71ca8335d5e3a391c103230ee6219b3e2 (patch) | |
| tree | 3ae33c93166ea5c9196a382f9a40ca84f1deaa93 /src | |
| parent | 97db62b4d9f7de385ccbcddb70ae048b050f5c24 (diff) | |
| download | node-0.9.6.tar.gz | |
2013.01.11, Version 0.9.6 (Unstable)v0.9.6v0.9.6-release
* V8: update to 3.15.11.5
* node: remove ev-emul.h (Ben Noordhuis)
* path: make basename and extname ignore trailing slashes (Bert Belder)
* typed arrays: fix sunos signed/unsigned char issue (Ben Noordhuis)
* child_process: Fix {stdio:'inherit'} regression (Ben Noordhuis)
* child_process: Fix pipe() from child stdio streams (Maciej MaĆecki)
* child_process: make fork() execPath configurable (Bradley Meck)
* stream: Add readable.push(chunk) method (isaacs)
* dtrace: x64 ustack helper (Fedor Indutny)
* repl: fix floating point number parsing (Nirk Niggler)
* repl: allow overriding builtins (Ben Noordhuis)
* net: add localAddress and localPort to Socket (James Hight)
* fs: make pool size coincide with ReadStream bufferSize (Shigeki Ohtsu)
* typed arrays: implement load and store swizzling (Dean McNamee)
* windows: fix perfctr crash on XP and 2003 (Scott Blomquist)
* dgram: fix double implicit bind error (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 7b1439970..7dba0c6b1 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -30,7 +30,7 @@ # define NODE_TAG "" #endif -#define NODE_VERSION_IS_RELEASE 0 +#define NODE_VERSION_IS_RELEASE 1 #ifndef NODE_STRINGIFY #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n) |
