summaryrefslogtreecommitdiff
path: root/src/node_version.h
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-02-07 15:42:33 -0800
committerisaacs <i@izs.me>2012-02-07 15:42:33 -0800
commit99059aad8d654acda4abcfaa68df182b50f2ec90 (patch)
tree36f929cf4427fa302c77dcc2de1a9d45784af98a /src/node_version.h
parent349cab0b489d3bbb2966bf401b8af50240bf8657 (diff)
downloadnode-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.h2
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)