summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2013-06-13 10:35:30 -0700
committerisaacs <i@izs.me>2013-06-13 10:35:30 -0700
commitd9d5bc465450ae5d60da32e9ffcf71c2767f1fad (patch)
tree617475ce75f2c7235f76a6226dd2011985d4302c /src
parent9a4e5937ee9167430fbe4b9b794b82673bd2c833 (diff)
downloadandroid-node-v8-d9d5bc465450ae5d60da32e9ffcf71c2767f1fad.tar.gz
android-node-v8-d9d5bc465450ae5d60da32e9ffcf71c2767f1fad.tar.bz2
android-node-v8-d9d5bc465450ae5d60da32e9ffcf71c2767f1fad.zip
2013.06.13, Version 0.10.11 (Stable)
* uv: upgrade to 0.10.11 * npm: Upgrade to 1.2.30 * openssl: add missing configuration pieces for MIPS (Andrei Sedoi) * Revert "http: remove bodyHead from 'upgrade' events" (isaacs) * v8: fix pointer arithmetic undefined behavior (Trevor Norris) * crypto: fix utf8/utf-8 encoding check (Ben Noordhuis) * net: Fix busy loop on POLLERR|POLLHUP on older linux kernels (Ben Noordhuis, 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 5490e9d0cb..ee36be95cc 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -26,7 +26,7 @@
#define NODE_MINOR_VERSION 10
#define NODE_PATCH_VERSION 11
-#define NODE_VERSION_IS_RELEASE 0
+#define NODE_VERSION_IS_RELEASE 1
#ifndef NODE_TAG
# define NODE_TAG ""