Merge branch 'v0.8.11-release' into v0.8
This commit is contained in:
commit
a9429052c2
@ -1,3 +1,8 @@
|
||||
2012.09.27, Version 0.8.11 (Stable)
|
||||
|
||||
* fs: Fix stat() size reporting for large files (Ben Noordhuis)
|
||||
|
||||
|
||||
2012.09.25, Version 0.8.10 (Stable)
|
||||
|
||||
* npm: Upgrade to 1.1.62
|
||||
|
@ -25,7 +25,7 @@
|
||||
#define NODE_MAJOR_VERSION 0
|
||||
#define NODE_MINOR_VERSION 8
|
||||
#define NODE_PATCH_VERSION 11
|
||||
#define NODE_VERSION_IS_RELEASE 0
|
||||
#define NODE_VERSION_IS_RELEASE 1
|
||||
|
||||
#ifndef NODE_STRINGIFY
|
||||
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)
|
||||
|
Loading…
x
Reference in New Issue
Block a user