diff options
author | isaacs <i@izs.me> | 2012-07-19 14:27:31 -0700 |
---|---|---|
committer | isaacs <i@izs.me> | 2012-07-20 11:08:53 -0700 |
commit | f9b237f478c372fd55e4590d7399dcd8f25f3603 (patch) | |
tree | b4a445b9e8915fd86a9e3f0fb5f3d828353074e4 /src/node_version.h | |
parent | e16d506a58d46619c05b08f3f8ef4d5491b18b69 (diff) | |
download | node-new-f9b237f478c372fd55e4590d7399dcd8f25f3603.tar.gz |
2012.07.20, Version 0.9.0 (Unstable)v0.9.0
* punycode: update to v1.1.1 (Mathias Bynens)
* c-ares: upgrade to 1.9.0 (Saúl Ibarra Corretgé)
* dns: ignore rogue DNS servers reported by windows (Saúl Ibarra Corretgé)
* unix: speed up uv_async_send() (Ben Noordhuis)
* darwin: get cpu model correctly on mac (Xidorn Quan)
* nextTick: Handle tick callbacks before any other I/O (isaacs)
* Enable color customization of `util.inspect` (Pavel Lang)
* tls: Speed and memory improvements (Fedor Indutny)
* readline: Use one history item for reentered line (Vladimir Beloborodov)
* Fix #3521 Make process.env more like a regular Object (isaacs)
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 c310084ec0..d140f6653f 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -25,7 +25,7 @@ #define NODE_MAJOR_VERSION 0 #define NODE_MINOR_VERSION 9 #define NODE_PATCH_VERSION 0 -#define NODE_VERSION_IS_RELEASE 0 +#define NODE_VERSION_IS_RELEASE 1 #ifndef NODE_STRINGIFY #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n) |