2013.07.25, Version 0.10.15 (Stable)

* src: fix process.getuid() return value (Ben Noordhuis)
pull/5010/head v0.10.15
Timothy J Fontaine 2013-07-25 16:26:15 -07:00
parent 015ec05272
commit 2426d65af8
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 ""