diff options
| author | isaacs <i@izs.me> | 2012-10-25 11:32:31 -0700 |
|---|---|---|
| committer | isaacs <i@izs.me> | 2012-10-25 11:46:13 -0700 |
| commit | ff4c974873f9a7cc6a5b042eb9b6389bb8dde6d6 (patch) | |
| tree | a7107c15ca2cb64169358386d4714c8d6996f2b9 /src/node_version.h | |
| parent | e1bdde05c7ebbfdaad6cf51e67e69754a232751f (diff) | |
| download | node-v0.8.13-release.tar.gz | |
2012.10.25, Version 0.8.13 (Stable)v0.8.13v0.8.13-release
* V8: Upgrade to 3.11.10.25
* npm: Upgrade to 1.1.65
* url: parse hostnames that start with - or _ (Ben Noordhuis)
* repl: Fix Windows 8 terminal issue (Bert Belder)
* typed arrays: use signed char for signed int8s (Aaron Jacobs)
* crypto: fix bugs in DiffieHellman (Ben Noordhuis)
* configure: turn on VFPv3 on ARMv7 (Ben Noordhuis)
* Re-enable OpenSSL UI for entering passphrases via tty (Ben Noordhuis)
* repl: ensure each REPL instance gets its own "context" (Nathan Rajlich)
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 cc4a2774e..af7b9af73 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 13 -#define NODE_VERSION_IS_RELEASE 0 +#define NODE_VERSION_IS_RELEASE 1 #ifndef NODE_STRINGIFY #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n) |
