2013.07.25, Version 0.10.15 (Stable) v0.10.15
authorTimothy J Fontaine <tjfontaine@gmail.com>
Thu, 25 Jul 2013 23:26:15 +0000 (16:26 -0700)
committerTimothy J Fontaine <tjfontaine@gmail.com>
Thu, 25 Jul 2013 23:26:15 +0000 (16:26 -0700)
* src: fix process.getuid() return value (Ben Noordhuis)

ChangeLog
src/node_version.h

index 9dafe38..db902bc 100644 (file)
--- 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
 
index 67238d6..3cd9779 100644 (file)
@@ -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 ""