We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5db5fc commit e1f3946Copy full SHA for e1f3946
ChangeLog
@@ -1,3 +1,8 @@
1
+2012.09.27, Version 0.8.11 (Stable)
2
+
3
+* fs: Fix stat() size reporting for large files (Ben Noordhuis)
4
5
6
2012.09.25, Version 0.8.10 (Stable)
7
8
* npm: Upgrade to 1.1.62
src/node_version.h
@@ -25,7 +25,7 @@
25
#define NODE_MAJOR_VERSION 0
26
#define NODE_MINOR_VERSION 8
27
#define NODE_PATCH_VERSION 11
28
-#define NODE_VERSION_IS_RELEASE 0
+#define NODE_VERSION_IS_RELEASE 1
29
30
#ifndef NODE_STRINGIFY
31
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)
0 commit comments