summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2013-02-15 09:57:32 -0800
committerisaacs <i@izs.me>2013-02-15 10:50:11 -0800
commite10c75579b536581ddd7ae4e2c3bf8a9d550d343 (patch)
treeaf7ee1823da276572ebd42d1a82c9c9495938ea2 /src
parent73be4608d9d7679a1b0233f64c7b60c329ccd235 (diff)
downloadnode-e10c75579b536581ddd7ae4e2c3bf8a9d550d343.tar.gz
2013.02.15, Version 0.8.20 (Stable)v0.8.20v0.8.20-release
* npm: Upgrade to v1.2.11 * http: Do not let Agent hand out destroyed sockets (isaacs) * http: Raise hangup error on destroyed socket write (isaacs) * http: protect against response splitting attacks (Bert Belder)
Diffstat (limited to 'src')
-rw-r--r--src/node_version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_version.h b/src/node_version.h
index a8e6bf269..8a13737d2 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)