From: Chris Dickinson Date: Thu, 19 Mar 2015 18:28:03 +0000 (-0700) Subject: Working on v1.6.1 X-Git-Tag: v1.6.1~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=465552142f16c6cd5603cde7a241c89ada808138;p=platform%2Fupstream%2Fnodejs.git Working on v1.6.1 --- diff --git a/src/node_version.h b/src/node_version.h index e8bf4ab..1eaf244 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -3,9 +3,9 @@ #define NODE_MAJOR_VERSION 1 #define NODE_MINOR_VERSION 6 -#define NODE_PATCH_VERSION 0 +#define NODE_PATCH_VERSION 1 -#define NODE_VERSION_IS_RELEASE 1 +#define NODE_VERSION_IS_RELEASE 0 #ifndef NODE_STRINGIFY #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)