diff options
author | isaacs <i@izs.me> | 2012-02-07 15:42:33 -0800 |
---|---|---|
committer | isaacs <i@izs.me> | 2012-02-07 15:42:33 -0800 |
commit | 99059aad8d654acda4abcfaa68df182b50f2ec90 (patch) | |
tree | 36f929cf4427fa302c77dcc2de1a9d45784af98a /src/node_version.h | |
parent | 349cab0b489d3bbb2966bf401b8af50240bf8657 (diff) | |
download | node-new-99059aad8d654acda4abcfaa68df182b50f2ec90.tar.gz |
2012.02.07, Version 0.7.3 (unstable)v0.7.3
* Upgrade V8 to 3.9.2
* Revert support for isolates. (Ben Noordhuis)
* cluster: Cleanup docs, event handling, and process.disconnect (Andreas Madsen)
* gyp_addon: link with node.lib on Windows (Nathan Rajlich)
* http: fix case where http-parser is freed twice (koichik)
* Windows: disable RTTI and exceptions (Bert Belder)
Diffstat (limited to 'src/node_version.h')
-rw-r--r-- | src/node_version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_version.h b/src/node_version.h index aaed5960e7..50a381890f 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -29,7 +29,7 @@ #define NODE_MAJOR_VERSION 0 #define NODE_MINOR_VERSION 7 #define NODE_PATCH_VERSION 3 -#define NODE_VERSION_IS_RELEASE 0 +#define NODE_VERSION_IS_RELEASE 1 #ifndef NODE_STRINGIFY #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n) |