summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy J Fontaine <tjfontaine@gmail.com>2013-07-25 16:26:15 -0700
committerTimothy J Fontaine <tjfontaine@gmail.com>2013-07-25 16:26:15 -0700
commit2426d65af860bda7be9f0832a99601cc43c6cf63 (patch)
treebb3b02e73667334d6ca84f4461ae090971799159
parent015ec05272cf9742bcfaea1f8884e81c31285f5f (diff)
downloadnode-new-2426d65af860bda7be9f0832a99601cc43c6cf63.tar.gz
2013.07.25, Version 0.10.15 (Stable)v0.10.15v0.10.15-release
* src: fix process.getuid() return value (Ben Noordhuis)
-rw-r--r--ChangeLog7
-rw-r--r--src/node_version.h2
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 9dafe38f3f..db902bc070 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
-2013.07.25, Version 0.10.14 (Stable)
+2013.07.25, Version 0.10.15 (Stable)
+
+* src: fix process.getuid() return value (Ben Noordhuis)
+
+
+2013.07.25, Version 0.10.14 (Stable), fdf57f811f9683a4ec49a74dc7226517e32e6c9d
* uv: Upgrade to v0.10.13
diff --git a/src/node_version.h b/src/node_version.h
index 67238d6f11..3cd9779bf4 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -26,7 +26,7 @@
#define NODE_MINOR_VERSION 10
#define NODE_PATCH_VERSION 15
-#define NODE_VERSION_IS_RELEASE 0
+#define NODE_VERSION_IS_RELEASE 1
#ifndef NODE_TAG
# define NODE_TAG ""