summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTimothy J Fontaine <tjfontaine@gmail.com>2013-07-25 11:49:01 -0700
committerTimothy J Fontaine <tjfontaine@gmail.com>2013-07-25 11:49:01 -0700
commitfdf57f811f9683a4ec49a74dc7226517e32e6c9d (patch)
tree8e1e0cb835ca1bbd1b73d406154dccaad23ff559 /src
parent5c81f41e7094ba3db3df27eb443a4f8521dd48dd (diff)
downloadandroid-node-v8-fdf57f811f9683a4ec49a74dc7226517e32e6c9d.tar.gz
android-node-v8-fdf57f811f9683a4ec49a74dc7226517e32e6c9d.tar.bz2
android-node-v8-fdf57f811f9683a4ec49a74dc7226517e32e6c9d.zip
2013.07.25, Version 0.10.14 (Stable)
* uv: Upgrade to v0.10.13 * npm: Upgrade to v1.3.5 * os: Don't report negative times in cpu info (Ben Noordhuis) * fs: Handle large UID and GID (Ben Noordhuis) * url: Fix edge-case when protocol is non-lowercase (Shuan Wang) * doc: Streams API Doc Rewrite (isaacs) * node: call MakeDomainCallback in all domain cases (Trevor Norris) * crypto: fix memory leak in LoadPKCS12 (Fedor Indutny)
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 836153b804..606caa3844 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -26,7 +26,7 @@
#define NODE_MINOR_VERSION 10
#define NODE_PATCH_VERSION 14
-#define NODE_VERSION_IS_RELEASE 0
+#define NODE_VERSION_IS_RELEASE 1
#ifndef NODE_TAG
# define NODE_TAG ""