Merge branch 'v0.10.15-release' into v0.10

pull/5010/head
Timothy J Fontaine 2013-07-25 17:02:38 -07:00
commit 272525714d
2 changed files with 7 additions and 2 deletions

View File

@ -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

View 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 ""