diff options
| author | isaacs <i@izs.me> | 2013-02-06 08:46:14 -0800 |
|---|---|---|
| committer | isaacs <i@izs.me> | 2013-02-06 08:46:14 -0800 |
| commit | 53978bdf420622ff0121c63c0338c9e7c2e60869 (patch) | |
| tree | 5b0d2ead5d8f802c169452113159d5ae5b1fd00d /src/node_version.h | |
| parent | 5aef65a98a9427bcd6f41d8f65235bd26883d2d7 (diff) | |
| download | node-v0.8.19-release.tar.gz | |
2013.02.06, Version 0.8.19 (Stable)v0.8.19v0.8.19-release
* npm: Upgrade to v1.2.10
* zlib: pass object size hint to V8 (Ben Noordhuis)
* zlib: reduce memory consumption, release early (Ben Noordhuis)
* buffer: slow buffer copy compatibility fix (Trevor Norris)
* zlib: don't assert on malformed dictionary (Ben Noordhuis)
* zlib: don't assert on missing dictionary (Ben Noordhuis)
* windows: better ipv6 support (Bert Belder)
* windows: add error mappings related to unsupported protocols (Bert Belder)
* windows: map ERROR_DIRECTORY to UV_ENOENT (Bert Belder)
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 2b7e3777e..f3a0f3a1e 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) |
