From: Ryan Dahl Date: Sat, 22 Oct 2011 02:16:06 +0000 (-0700) Subject: Now working on v0.5.11 X-Git-Tag: v0.6.0~124 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9b808c2d1bfb5d841aead91c2a51065314224a3e;p=platform%2Fupstream%2Fnodejs.git Now working on v0.5.11 --- diff --git a/src/node_version.h b/src/node_version.h index 47f17f9..fb5f1b9 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -28,8 +28,8 @@ #define NODE_MAJOR_VERSION 0 #define NODE_MINOR_VERSION 5 -#define NODE_PATCH_VERSION 10 -#define NODE_VERSION_IS_RELEASE 1 +#define NODE_PATCH_VERSION 11 +#define NODE_VERSION_IS_RELEASE 0 #ifndef NODE_STRINGIFY #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)