From: Ryan Dahl Date: Sun, 4 Dec 2011 08:59:16 +0000 (-0800) Subject: Now working on Node v0.6.6 X-Git-Tag: v0.6.6~47 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c50b0c9237efb951f432b5792e9aec3ff1d9475f;p=platform%2Fupstream%2Fnodejs.git Now working on Node v0.6.6 --- diff --git a/src/node_version.h b/src/node_version.h index 9c9d1c8..42099bc 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -28,8 +28,8 @@ #define NODE_MAJOR_VERSION 0 #define NODE_MINOR_VERSION 6 -#define NODE_PATCH_VERSION 5 -#define NODE_VERSION_IS_RELEASE 1 +#define NODE_PATCH_VERSION 6 +#define NODE_VERSION_IS_RELEASE 0 #ifndef NODE_STRINGIFY #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)