File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ release.
31
31
<tr >
32
32
<td valign="top">
33
33
<b ><a href =" doc/changelogs/CHANGELOG_V14.md#14.17.2 " >14.17.2</a ></b ><br />
34
- <a href =" doc/changelogs/CHANGELOG_V14.md#14.17.1 " >14.17.1</a ></ b >
34
+ <a href =" doc/changelogs/CHANGELOG_V14.md#14.17.1 " >14.17.1</a ><br / >
35
35
<a href =" doc/changelogs/CHANGELOG_V14.md#14.17.0 " >14.17.0</a ><br />
36
36
<a href =" doc/changelogs/CHANGELOG_V14.md#14.16.1 " >14.16.1</a ><br />
37
37
<a href =" doc/changelogs/CHANGELOG_V14.md#14.16.0 " >14.16.0</a ><br />
Original file line number Diff line number Diff line change 24
24
25
25
#define NODE_MAJOR_VERSION 14
26
26
#define NODE_MINOR_VERSION 17
27
- #define NODE_PATCH_VERSION 2
27
+ #define NODE_PATCH_VERSION 3
28
28
29
29
#define NODE_VERSION_IS_LTS 1
30
30
#define NODE_VERSION_LTS_CODENAME "Fermium"
31
31
32
- #define NODE_VERSION_IS_RELEASE 1
32
+ #define NODE_VERSION_IS_RELEASE 0
33
33
34
34
#ifndef NODE_STRINGIFY
35
35
#define NODE_STRINGIFY (n ) NODE_STRINGIFY_HELPER(n)
You can’t perform that action at this time.
0 commit comments