From 0b894f5ae7d0c90f60db2808c72f7161baaf95c1 Mon Sep 17 00:00:00 2001 From: Myles Borins Date: Wed, 4 Apr 2018 23:07:27 -0400 Subject: 2018-04-05, Version 9.11.1 (Current) Notable changes: An infrastructure issue caused a non-functioning msi installer for x64 to be promoted. The patch release is to ensure that all binaries and installers work as expected. --- CHANGELOG.md | 3 ++- doc/changelogs/CHANGELOG_V9.md | 11 +++++++++++ src/node_version.h | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49349ede4ad..359f7ba0f20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,7 +31,8 @@ release. -9.11.0
+9.11.1
+9.11.0
9.10.1
9.10.0
9.9.0
diff --git a/doc/changelogs/CHANGELOG_V9.md b/doc/changelogs/CHANGELOG_V9.md index e8757799e3d..2180c59f4ff 100644 --- a/doc/changelogs/CHANGELOG_V9.md +++ b/doc/changelogs/CHANGELOG_V9.md @@ -9,6 +9,7 @@ +9.11.1
9.11.0
9.10.1
9.10.0
@@ -40,6 +41,16 @@ * [io.js](CHANGELOG_IOJS.md) * [Archive](CHANGELOG_ARCHIVE.md) + +## 2018-04-05, Version 9.11.1 (Current), @MylesBorins + +### Notable Changes + +No additional commits. + +An infrastructure issue caused a non-functioning msi installer for x64 to be promoted. +The patch release is to ensure that all binaries and installers work as expected. + ## 2018-04-04, Version 9.11.0 (Current), @MylesBorins prepared by @targos diff --git a/src/node_version.h b/src/node_version.h index fea084a3186..a3f1e7bcd86 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