From: Jeremiah Senkpiel Date: Fri, 15 May 2015 22:40:05 +0000 (-0400) Subject: Working on v2.0.3 X-Git-Tag: v2.1.0~33 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0a48a8b473d292ed20f07830aad7efd5a70bf21d;p=platform%2Fupstream%2Fnodejs.git Working on v2.0.3 PR-URL: https://github.com/iojs/io.js/pull/1679 --- diff --git a/src/node_version.h b/src/node_version.h index bfcbc9c..d16cc34 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -3,9 +3,9 @@ #define NODE_MAJOR_VERSION 2 #define NODE_MINOR_VERSION 0 -#define NODE_PATCH_VERSION 2 +#define NODE_PATCH_VERSION 3 -#define NODE_VERSION_IS_RELEASE 1 +#define NODE_VERSION_IS_RELEASE 0 #ifndef NODE_STRINGIFY #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)