diff --git a/AUTHORS b/AUTHORS
index aeaa3df82f5b10..35d6f0b7312b75 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -162,3 +162,5 @@ Koichi Kobayashi
Download
- 2011.03.02 - node-v0.4.2.tar.gz - (Documentation) + 2011.03.18 + node-v0.4.3.tar.gz + (Documentation)
diff --git a/src/node_version.h b/src/node_version.h index e5c68d20dde524..c2ce6555e532a5 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -28,7 +28,7 @@ #define NODE_MAJOR_VERSION 0 #define NODE_MINOR_VERSION 4 #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) diff --git a/wscript b/wscript index b0056670e563b7..919476c4ffe5bb 100644 --- a/wscript +++ b/wscript @@ -868,7 +868,7 @@ def build(bld): , 'CPPFLAGS' : " ".join(program.env["CPPFLAGS"]).replace('"', '\\"') , 'LIBFLAGS' : " ".join(program.env["LIBFLAGS"]).replace('"', '\\"') , 'PREFIX' : safe_path(program.env["PREFIX"]) - , 'VERSION' : '0.4.2' # FIXME should not be hard-coded, see NODE_VERSION_STRING in src/node_version. + , 'VERSION' : '0.4.3' # FIXME should not be hard-coded, see NODE_VERSION_STRING in src/node_version. } return x