diff options
| author | Timothy J Fontaine <tjfontaine@gmail.com> | 2013-08-21 15:00:56 -0700 |
|---|---|---|
| committer | Timothy J Fontaine <tjfontaine@gmail.com> | 2013-08-21 15:00:56 -0700 |
| commit | 469a4a5091a677df62be319675056b869c31b35c (patch) | |
| tree | cb9a46762b5c7ed2b608cfa4cdba72a38ef82f17 /src/node_version.h | |
| parent | e445fbda1f76ee87141c7320f31f29a8a9a1729f (diff) | |
| download | node-new-v0.10.17-release.tar.gz | |
2013.08.21, Version 0.10.17 (Stable)v0.10.17v0.10.17-release
* uv: Upgrade v0.10.14
* http_parser: Do not accept PUN/GEM methods as PUT/GET (Chris Dickinson)
* tls: fix assertion when ssl is destroyed at read (Fedor Indutny)
* stream: Throw on 'error' if listeners removed (isaacs)
* dgram: fix assertion on bad send() arguments (Ben Noordhuis)
* readline: pause stdin before turning off terminal raw mode (Daniel Chatfield)
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 6853f1e33d..2177244cd0 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -26,7 +26,7 @@ #define NODE_MINOR_VERSION 10 #define NODE_PATCH_VERSION 17 -#define NODE_VERSION_IS_RELEASE 0 +#define NODE_VERSION_IS_RELEASE 1 #ifndef NODE_TAG # define NODE_TAG "" |
