summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTimothy J Fontaine <tjfontaine@gmail.com>2013-09-04 10:51:53 -0700
committerTimothy J Fontaine <tjfontaine@gmail.com>2013-09-04 10:51:53 -0700
commit67a1f0c52e0708e2596f3f2134b8386d6112561e (patch)
treee72f54d17aa052c5a6953294740128d39a3a8045 /src
parent95794641d2e3f37b7f7559ed7fd3e04a596c3295 (diff)
downloadandroid-node-v8-67a1f0c52e0708e2596f3f2134b8386d6112561e.tar.gz
android-node-v8-67a1f0c52e0708e2596f3f2134b8386d6112561e.tar.bz2
android-node-v8-67a1f0c52e0708e2596f3f2134b8386d6112561e.zip
2013.09.04, Version 0.10.18 (Stable)
* uv: Upgrade to v0.10.15 * stream: Don't crash on unset _events property (isaacs) * stream: Pass 'buffer' encoding with decoded writable chunks (isaacs)
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 7c083a63fa..bad9db2f01 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -26,7 +26,7 @@
#define NODE_MINOR_VERSION 10
#define NODE_PATCH_VERSION 18
-#define NODE_VERSION_IS_RELEASE 0
+#define NODE_VERSION_IS_RELEASE 1
#ifndef NODE_TAG
# define NODE_TAG ""