summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTimothy J Fontaine <tjfontaine@gmail.com>2013-09-24 14:10:33 -0700
committerTimothy J Fontaine <tjfontaine@gmail.com>2013-09-24 14:10:33 -0700
commit6b5e6a5a3ec8d994c9aab3b800b9edbf1b287904 (patch)
tree0192fd3aa234a1f9a92d60d802eb9c8edcb071a4 /src
parent55546f55d44522a4ecac67ee040e4059b5bf06b0 (diff)
downloadandroid-node-v8-6b5e6a5a3ec8d994c9aab3b800b9edbf1b287904.tar.gz
android-node-v8-6b5e6a5a3ec8d994c9aab3b800b9edbf1b287904.tar.bz2
android-node-v8-6b5e6a5a3ec8d994c9aab3b800b9edbf1b287904.zip
2013.09.24, Version 0.10.19 (Stable)
* uv: Upgrade to v0.10.17 * npm: upgrade to 1.3.11 * readline: handle input starting with control chars (Eric Schrock) * configure: add mips-float-abi (soft, hard) option (Andrei Sedoi) * stream: objectMode transforms allow falsey values (isaacs) * tls: prevent duplicate values returned from read (Nathan Rajlich) * tls: NPN protocols are now local to connections (Fedor Indutny)
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 e71c90266f..d962856378 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -26,7 +26,7 @@
#define NODE_MINOR_VERSION 10
#define NODE_PATCH_VERSION 19
-#define NODE_VERSION_IS_RELEASE 0
+#define NODE_VERSION_IS_RELEASE 1
#ifndef NODE_TAG
# define NODE_TAG ""