summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTimothy J Fontaine <tjfontaine@gmail.com>2013-10-18 14:26:27 -0700
committerTimothy J Fontaine <tjfontaine@gmail.com>2013-10-18 14:26:27 -0700
commite2da042844a830fafb8031f6c477eb4f96195210 (patch)
tree2f16d12d144f324518096a24fb3db67c0446217b /src
parent5e41c022af741444def80967aab6ea0f9ec73057 (diff)
downloadandroid-node-v8-e2da042844a830fafb8031f6c477eb4f96195210.tar.gz
android-node-v8-e2da042844a830fafb8031f6c477eb4f96195210.tar.bz2
android-node-v8-e2da042844a830fafb8031f6c477eb4f96195210.zip
2013.10.18, Version 0.10.21 (Stable)
* uv: Upgrade to v0.10.18 * crypto: clear errors from verify failure (Timothy J Fontaine) * dtrace: interpret two byte strings (Dave Pacheco) * fs: fix fs.truncate() file content zeroing bug (Ben Noordhuis) * http: provide backpressure for pipeline flood (isaacs) * tls: fix premature connection termination (Ben Noordhuis)
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 3073630f97..fd58d21d0d 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -26,7 +26,7 @@
#define NODE_MINOR_VERSION 10
#define NODE_PATCH_VERSION 21
-#define NODE_VERSION_IS_RELEASE 0
+#define NODE_VERSION_IS_RELEASE 1
#ifndef NODE_TAG
# define NODE_TAG ""