Skip to content

Commit 0b9bdb2

Browse files
committed
2013.06.13, Version 0.8.25 (maintenance)
* npm: Upgrade to 1.2.30 * child_process: fix handle delivery (Ben Noordhuis)
1 parent a0837fd commit 0b9bdb2

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

ChangeLog

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
2013.06.04, Version 0.8.24 (maintenance)
1+
2013.06.13, Version 0.8.25 (maintenance)
2+
3+
* npm: Upgrade to 1.2.30
4+
5+
* child_process: fix handle delivery (Ben Noordhuis)
6+
7+
8+
2013.06.04, Version 0.8.24 (maintenance), c1a1ab067721ea17ef7b05ec5c68b01321017f05
29

310
* npm: Upgrade to v1.2.24
411

src/node_version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
# define NODE_TAG ""
3131
#endif
3232

33-
#define NODE_VERSION_IS_RELEASE 0
33+
#define NODE_VERSION_IS_RELEASE 1
3434

3535
#ifndef NODE_STRINGIFY
3636
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)

0 commit comments

Comments
 (0)