From: Myles Borins Date: Wed, 20 Jan 2016 20:40:59 +0000 (-0800) Subject: Working on v4.2.6 X-Git-Tag: upstream/4.2.6~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8a0cc6442da1bc2e0805c7bd61a2de45f253ce26;p=platform%2Fupstream%2Fnodejs.git Working on v4.2.6 PR-URL: https://github.com/nodejs/node/pull/4768 --- diff --git a/src/node_version.h b/src/node_version.h index 290d063..6e795fb 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -3,12 +3,12 @@ #define NODE_MAJOR_VERSION 4 #define NODE_MINOR_VERSION 2 -#define NODE_PATCH_VERSION 5 +#define NODE_PATCH_VERSION 6 #define NODE_VERSION_IS_LTS 1 #define NODE_VERSION_LTS_CODENAME "Argon" -#define NODE_VERSION_IS_RELEASE 1 +#define NODE_VERSION_IS_RELEASE 0 #ifndef NODE_STRINGIFY #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)