diff --git a/ChangeLog b/ChangeLog index 23686815e14caa..5999f992d3dc93 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,11 @@ -2013.06.04, Version 0.8.24 (maintenance) +2013.06.13, Version 0.8.25 (maintenance) + +* npm: Upgrade to 1.2.30 + +* child_process: fix handle delivery (Ben Noordhuis) + + +2013.06.04, Version 0.8.24 (maintenance), c1a1ab067721ea17ef7b05ec5c68b01321017f05 * npm: Upgrade to v1.2.24 diff --git a/src/node_version.h b/src/node_version.h index 9c2bd79a970e67..7eca55d6659971 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -30,7 +30,7 @@ # define NODE_TAG "" #endif -#define NODE_VERSION_IS_RELEASE 0 +#define NODE_VERSION_IS_RELEASE 1 #ifndef NODE_STRINGIFY #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)