Skip to content

Commit b00527f

Browse files
committed
2012.10.25, Version 0.8.14 (Stable)
* events: Don't clobber pre-existing _events obj in EE ctor (isaacs)
1 parent 45a13d9 commit b00527f

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

ChangeLog

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
2012.10.25, Version 0.8.13 (Stable)
1+
2012.10.25, Version 0.8.14 (Stable)
2+
3+
* events: Don't clobber pre-existing _events obj in EE ctor (isaacs)
4+
5+
6+
2012.10.25, Version 0.8.13 (Stable), ff4c974873f9a7cc6a5b042eb9b6389bb8dde6d6
27

38
* V8: Upgrade to 3.11.10.25
49

src/node_version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#define NODE_MAJOR_VERSION 0
2626
#define NODE_MINOR_VERSION 8
2727
#define NODE_PATCH_VERSION 14
28-
#define NODE_VERSION_IS_RELEASE 0
28+
#define NODE_VERSION_IS_RELEASE 1
2929

3030
#ifndef NODE_STRINGIFY
3131
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)

0 commit comments

Comments
 (0)