Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMyles Borins <mylesborins@google.com>2018-04-05 06:07:27 +0300
committerMyles Borins <mylesborins@google.com>2018-04-05 06:15:33 +0300
commit0b894f5ae7d0c90f60db2808c72f7161baaf95c1 (patch)
treec695796a81acf3e36c996688d33468323e58e312
parent0795bbd7e1ce9c87cb9b9a6c743f1fa41ded7676 (diff)
2018-04-05, Version 9.11.1 (Current)v9.11.1
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.
-rw-r--r--CHANGELOG.md3
-rw-r--r--doc/changelogs/CHANGELOG_V9.md11
-rw-r--r--src/node_version.h2
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.
</tr>
<tr>
<td valign="top">
-<b><a href="doc/changelogs/CHANGELOG_V9.md#9.11.0">9.11.0</a></b><br/>
+<b><a href="doc/changelogs/CHANGELOG_V9.md#9.11.1">9.11.1</a></b><br/>
+<a href="doc/changelogs/CHANGELOG_V9.md#9.11.0">9.11.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V9.md#9.10.1">9.10.1</a><br/>
<a href="doc/changelogs/CHANGELOG_V9.md#9.10.0">9.10.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V9.md#9.9.0">9.9.0</a><br/>
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 @@
</tr>
<tr>
<td>
+<a href="#9.11.1">9.11.1</a><br/>
<a href="#9.11.0">9.11.0</a><br/>
<a href="#9.10.1">9.10.1</a><br/>
<a href="#9.10.0">9.10.0</a><br/>
@@ -40,6 +41,16 @@
* [io.js](CHANGELOG_IOJS.md)
* [Archive](CHANGELOG_ARCHIVE.md)
+<a id="9.11.1"></a>
+## 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.
+
<a id="9.11.0"></a>
## 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)