From 30f24bb2df212843bc5ba3b8019b2830837dc0ce Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 4 Feb 2011 19:54:06 -0800 Subject: [PATCH] Now working on v0.4.0 --- src/node_version.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/node_version.h b/src/node_version.h index 0f18b114bcd..9f65ff32cfd 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -5,9 +5,9 @@ #define NODE_VERSION_H #define NODE_MAJOR_VERSION 0 -#define NODE_MINOR_VERSION 3 -#define NODE_PATCH_VERSION 8 -#define NODE_VERSION_IS_RELEASE 1 +#define NODE_MINOR_VERSION 4 +#define NODE_PATCH_VERSION 0 +#define NODE_VERSION_IS_RELEASE 0 #ifndef NODE_STRINGIFY #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)