From 316926f66d666d669e174b38892e2e2488686cd3 Mon Sep 17 00:00:00 2001 From: Rod Vagg Date: Fri, 2 Mar 2018 12:27:13 +1100 Subject: 2018-03-02, Version 9.7.1 (Current) No additional commits. New version published due to a bad node-v9.7.0.pkg file that was published to nodejs.org in the previous release. Ref: https://github.com/nodejs/node/issues/19074 PR-URL: https://github.com/nodejs/node/pull/19081 --- doc/changelogs/CHANGELOG_V9.md | 6 ++++++ src/node_version.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/changelogs/CHANGELOG_V9.md b/doc/changelogs/CHANGELOG_V9.md index 30f03177ff8..f30a722abd6 100644 --- a/doc/changelogs/CHANGELOG_V9.md +++ b/doc/changelogs/CHANGELOG_V9.md @@ -8,6 +8,7 @@ +9.7.1
9.7.0
9.6.1
9.6.0
@@ -33,6 +34,11 @@ * [io.js](CHANGELOG_IOJS.md) * [Archive](CHANGELOG_ARCHIVE.md) + +## 2018-03-02, Version 9.7.1 (Current), @rvagg + +No additional commits. New version published due to a bad node-v9.7.0.pkg file that was published to nodejs.org in the previous release. + ## 2018-03-01, Version 9.7.0 (Current), @rvagg prepared by @addaleax diff --git a/src/node_version.h b/src/node_version.h index 87df5d18133..5e36fe9b133 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -29,7 +29,7 @@ #define NODE_VERSION_IS_LTS 0 #define NODE_VERSION_LTS_CODENAME "" -#define NODE_VERSION_IS_RELEASE 0 +#define NODE_VERSION_IS_RELEASE 1 #ifndef NODE_STRINGIFY #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n) -- cgit v1.2.3