diff options
| author | isaacs <i@izs.me> | 2012-10-11 14:22:13 -0700 |
|---|---|---|
| committer | isaacs <i@izs.me> | 2012-10-11 14:34:11 -0700 |
| commit | 38c72d4e29574dec5205bcf23c2a85efe65331a4 (patch) | |
| tree | ddb7f9bbfd57192f56fec69d7f2d3b8af882834b /src | |
| parent | 218f08dbdeb2a5181cd562deb8783a64bb8e7e62 (diff) | |
| download | node-v0.8.12-release.tar.gz | |
2012.10.12, Version 0.8.12 (Stable)v0.8.12v0.8.12-release
* npm: Upgrade to 1.1.63
* crypto: Reduce stability index to 2-Unstable (isaacs)
* windows: fix handle leak in uv_fs_utime (Bert Belder)
* windows: fix application crashed popup in debug version (Bert Belder)
* buffer: report proper retained size in profiler (Ben Noordhuis)
* buffer: fix byteLength with UTF-16LE (koichik)
* repl: make "end of input" JSON.parse() errors throw in the REPL (Nathan Rajlich)
* repl: make invalid RegExp modifiers throw in the REPL (Nathan Rajlich)
* http: handle multiple Proxy-Authenticate values (Willi Eggeling)
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 a16dddb8a..7b58a7b50 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -25,7 +25,7 @@ #define NODE_MAJOR_VERSION 0 #define NODE_MINOR_VERSION 8 #define NODE_PATCH_VERSION 12 -#define NODE_VERSION_IS_RELEASE 0 +#define NODE_VERSION_IS_RELEASE 1 #ifndef NODE_STRINGIFY #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n) |
