Skip to content

Commit

Permalink
2012.09.27, Version 0.8.11 (Stable)
Browse files Browse the repository at this point in the history
* fs: Fix stat() size reporting for large files (Ben Noordhuis)
  • Loading branch information
isaacs committed Sep 27, 2012
1 parent b5db5fc commit e1f3946
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/node_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e1f3946

Please sign in to comment.