Skip to content

Commit 316926f

Browse files
committed
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: #19074 PR-URL: #19081
1 parent 3f3995b commit 316926f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

doc/changelogs/CHANGELOG_V9.md

+6
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
</tr>
99
<tr>
1010
<td>
11+
<a href="#9.7.1">9.7.1</a><br/>
1112
<a href="#9.7.0">9.7.0</a><br/>
1213
<a href="#9.6.1">9.6.1</a><br/>
1314
<a href="#9.6.0">9.6.0</a><br/>
@@ -33,6 +34,11 @@
3334
* [io.js](CHANGELOG_IOJS.md)
3435
* [Archive](CHANGELOG_ARCHIVE.md)
3536

37+
<a id="9.7.1"></a>
38+
## 2018-03-02, Version 9.7.1 (Current), @rvagg
39+
40+
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.
41+
3642
<a id="9.7.0"></a>
3743
## 2018-03-01, Version 9.7.0 (Current), @rvagg prepared by @addaleax
3844

src/node_version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#define NODE_VERSION_IS_LTS 0
3030
#define NODE_VERSION_LTS_CODENAME ""
3131

32-
#define NODE_VERSION_IS_RELEASE 0
32+
#define NODE_VERSION_IS_RELEASE 1
3333

3434
#ifndef NODE_STRINGIFY
3535
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)

0 commit comments

Comments
 (0)