Browse Source

Merge branch 'v0.8.11-release' into v0.8

v0.8.12-release
isaacs 12 years ago
parent
commit
a9429052c2
  1. 5
      ChangeLog
  2. 2
      src/node_version.h

5
ChangeLog

@ -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) 2012.09.25, Version 0.8.10 (Stable)
* npm: Upgrade to 1.1.62 * npm: Upgrade to 1.1.62

2
src/node_version.h

@ -25,7 +25,7 @@
#define NODE_MAJOR_VERSION 0 #define NODE_MAJOR_VERSION 0
#define NODE_MINOR_VERSION 8 #define NODE_MINOR_VERSION 8
#define NODE_PATCH_VERSION 11 #define NODE_PATCH_VERSION 11
#define NODE_VERSION_IS_RELEASE 0 #define NODE_VERSION_IS_RELEASE 1
#ifndef NODE_STRINGIFY #ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n) #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)

Loading…
Cancel
Save