aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2013-05-17 13:59:10 -0700
committerisaacs <i@izs.me>2013-05-17 13:59:10 -0700
commitd2fdae197ac542f686ee06835d1153dd43b862e5 (patch)
tree4640c0276c469db8b56ca3d5c2425602d74fffaa /src
parent49300a4fa655f9d1150aba7dff08fec432e94a62 (diff)
downloadandroid-node-v8-d2fdae197ac542f686ee06835d1153dd43b862e5.tar.gz
android-node-v8-d2fdae197ac542f686ee06835d1153dd43b862e5.tar.bz2
android-node-v8-d2fdae197ac542f686ee06835d1153dd43b862e5.zip
2013.05.17, Version 0.10.7 (Stable)
* uv: upgrade to v0.10.7 * npm: Upgrade to 1.2.21 * crypto: Don't ignore verify encoding argument (isaacs) * buffer, crypto: fix default encoding regression (Ben Noordhuis) * timers: fix setInterval() assert (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 04d7341ee0..ec46b53170 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -26,7 +26,7 @@
#define NODE_MINOR_VERSION 10
#define NODE_PATCH_VERSION 7
-#define NODE_VERSION_IS_RELEASE 0
+#define NODE_VERSION_IS_RELEASE 1
#ifndef NODE_TAG
# define NODE_TAG ""