diff options
author | isaacs <i@izs.me> | 2013-01-24 09:15:25 -0800 |
---|---|---|
committer | isaacs <i@izs.me> | 2013-01-24 09:15:25 -0800 |
commit | 5f2f8400f665dc32c3e10e7d31d53d756ded9156 (patch) | |
tree | 66bc1e288f4aa5e25140d931a825a86d5c13c69d /src/node_version.h | |
parent | e722ca32d9822e50954144c123794ee4380f03cb (diff) | |
download | node-new-5f2f8400f665dc32c3e10e7d31d53d756ded9156.tar.gz |
2013.01.24, Version 0.9.8 (Unstable)v0.9.8v0.9.8-release
* npm: Upgrade to v1.2.3
* V8: Upgrade to 3.15.11.10
* streams: Support objects other than Buffers (Jake Verbaten)
* buffer: remove float write range checks (Trevor Norris)
* http: close connection on 304/204 responses with chunked encoding (Ben Noordhuis)
* build: fix build with dtrace support on FreeBSD (Fedor Indutny)
* console: Support formatting options in trace() (isaacs)
* domain: empty stack on all exceptions (Dave Olszewski)
* unix, windows: make uv_*_bind() error codes consistent (Andrius Bentkus)
* linux: add futimes() fallback (Ben Noordhuis)
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 503d688afe..abeeed2abb 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) |