diff options
author | Myles Borins <mborins@us.ibm.com> | 2016-01-20 17:12:44 -0800 |
---|---|---|
committer | Myles Borins <mborins@us.ibm.com> | 2016-01-21 10:23:43 -0800 |
commit | 6b0352d79a67e4b7036177442156400f26253eef (patch) | |
tree | 46ff46a7826993e762e5a27efe031f871cb46955 /src | |
parent | 1f8e1472cc2165f0db7d74152e8884ac401cd628 (diff) | |
download | nodejs-6b0352d79a67e4b7036177442156400f26253eef.tar.gz nodejs-6b0352d79a67e4b7036177442156400f26253eef.tar.bz2 nodejs-6b0352d79a67e4b7036177442156400f26253eef.zip |
2016-01-21, Version 4.2.6 "Argon" (LTS) Releasev4.2.6upstream/4.2.6
Notable changes:
* Fix regression in debugger and profiler functionality
PR-URL: https://github.com/nodejs/node/pull/4788
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/node_version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_version.h b/src/node_version.h index 6e795fb70..b04d289fe 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -8,7 +8,7 @@ #define NODE_VERSION_IS_LTS 1 #define NODE_VERSION_LTS_CODENAME "Argon" -#define NODE_VERSION_IS_RELEASE 0 +#define NODE_VERSION_IS_RELEASE 1 #ifndef NODE_STRINGIFY #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n) |