summaryrefslogtreecommitdiff
path: root/src/node_version.h
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2013-02-25 10:58:10 -0800
committerisaacs <i@izs.me>2013-02-25 13:07:25 -0800
commit530d8c05d4c546146f18e5ba811d7eb3b7b7c0c5 (patch)
treeb718fdb5e1a9a68f22eba168cf9ffe15e478f88d /src/node_version.h
parentff540e19a4d5437477d25586fe1dd01d66f8f69a (diff)
downloadnode-v0.8.21-release.tar.gz
2013.02.25, Version 0.8.21 (Stable)v0.8.21v0.8.21-release
* http: Do not free the wrong parser on socket close (isaacs) * http: Handle hangup writes more gently (isaacs) * zlib: fix assert on bad input (Ben Noordhuis) * test: add TAP output to the test runner (Timothy J Fontaine) * unix: Handle EINPROGRESS from domain sockets (Ben Noordhuis)
Diffstat (limited to 'src/node_version.h')
-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 e553a51d4..81511843a 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)