summaryrefslogtreecommitdiff
path: root/src/node_version.h
diff options
context:
space:
mode:
authorRod Vagg <rod@vagg.org>2015-06-19 20:42:59 +1000
committerRod Vagg <rod@vagg.org>2015-06-23 15:32:41 +1000
commit8e53fd537193dcee3622df10e9f45028058a3477 (patch)
tree362f44fd8782425a168c267bf2e6507df8fab128 /src/node_version.h
parent5d2b846d1114bad5e7fbf04910ff59fc970c175e (diff)
downloadandroid-node-v8-8e53fd537193dcee3622df10e9f45028058a3477.tar.gz
android-node-v8-8e53fd537193dcee3622df10e9f45028058a3477.tar.bz2
android-node-v8-8e53fd537193dcee3622df10e9f45028058a3477.zip
2015-06-23 io.js v2.3.1 Release
PR-URL: https://github.com/nodejs/io.js/pull/1996 Notable changes * module: The number of syscalls made during a require() have been significantly reduced again (see #1801 from v2.2.0 for previous work), which should lead to a performance improvement (Pierre Inglebert) #1920. * npm: - Upgrade to v2.11.2 (Rebecca Turner) #1956. - Upgrade to v2.11.3 (Forrest L Norvell) #2018. * zlib: A bug was discovered where the process would abort if the final part of a zlib decompression results in a buffer that would exceed the maximum length of 0x3fffffff bytes (~1GiB). This was likely to only occur during buffered decompression (rather than streaming). This is now fixed and will instead result in a thrown RangeError (Michaƫl Zasso) #1811.
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 56cf471234..d9bb310aa6 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -5,7 +5,7 @@
#define NODE_MINOR_VERSION 3
#define NODE_PATCH_VERSION 1
-#define NODE_VERSION_IS_RELEASE 0
+#define NODE_VERSION_IS_RELEASE 1
#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)