summaryrefslogtreecommitdiff
path: root/src/node_version.h
diff options
context:
space:
mode:
authorJeremiah Senkpiel <fishrock123@rocketmail.com>2015-04-06 10:09:03 -0400
committerJeremiah Senkpiel <fishrock123@rocketmail.com>2015-04-06 10:09:20 -0400
commitf3e9da3e69393acb6f2cb90c4dc53ae5908ac9ef (patch)
treeec6fea0c22dd090e6e996b2f0e41e0558a26eddd /src/node_version.h
parentec7fbf2bb269f5ce5fa65ad7daf5a24241af97ef (diff)
downloadandroid-node-v8-f3e9da3e69393acb6f2cb90c4dc53ae5908ac9ef.tar.gz
android-node-v8-f3e9da3e69393acb6f2cb90c4dc53ae5908ac9ef.tar.bz2
android-node-v8-f3e9da3e69393acb6f2cb90c4dc53ae5908ac9ef.zip
2015-04-06 io.js v1.6.4 Release
Notable changes: * npm: upgrade npm to 2.7.5. See the npm CHANGELOG.md for details. Includes two important security fixes. https://github.com/npm/npm/blob/master/CHANGELOG.md#v275-2015-03-26 * openssl: preliminary work has been done for an upcoming upgrade to OpenSSL 1.0.2a #1325 (Shigeki Ohtsu). See #589 for additional details. * timers: a minor memory leak when timers are unreferenced was fixed, alongside some related timers issues #1330 (Fedor Indutny). This appears to have fixed the remaining leak reported in #1075. * android: it is now possible to compile io.js for Android and related devices #1307 (Giovanny Andres Gongora Granada).
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 d8f2b6900a..aed7c0abba 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -5,7 +5,7 @@
#define NODE_MINOR_VERSION 6
#define NODE_PATCH_VERSION 4
-#define NODE_VERSION_IS_RELEASE 0
+#define NODE_VERSION_IS_RELEASE 1
#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)