diff options
| author | Beth Griggs <bgriggs@redhat.com> | 2020-12-10 19:31:12 +0000 |
|---|---|---|
| committer | Beth Griggs <bgriggs@redhat.com> | 2020-12-15 21:23:01 +0000 |
| commit | a2f9a70900a7cde073b1426d71fd211bbd25c342 (patch) | |
| tree | 921a538913d70e51a57d3b5d4c639d6f24e217ee /src/node_version.h | |
| parent | 71c3efe278e4110138bd8071f31b1cf60bd8501d (diff) | |
| download | node-new-v14.15.2-proposal.tar.gz | |
2020-12-15, Version 14.15.2 'Fermium' (LTS)v14.15.2v14.15.2-proposal
Notable Changes:
- **deps**:
- upgrade npm to 6.14.9 (Myles Borins)
https://github.com/nodejs/node/pull/36450
- update acorn to v8.0.4 (Michaƫl Zasso)
https://github.com/nodejs/node/pull/35791
- **doc**: add release key for Danielle Adams (Danielle Adams)
https://github.com/nodejs/node/pull/35545
- **http2**: check write not scheduled in scope destructor (David Halls)
https://github.com/nodejs/node/pull/36241
- **stream**: fix regression on duplex end (Momtchil Momtchev)
https://github.com/nodejs/node/pull/35941
PR-URL: https://github.com/nodejs/node/pull/36476
Diffstat (limited to 'src/node_version.h')
| -rw-r--r-- | src/node_version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_version.h b/src/node_version.h index 6e1253b522..e285f3d79b 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -29,7 +29,7 @@ #define NODE_VERSION_IS_LTS 1 #define NODE_VERSION_LTS_CODENAME "Fermium" -#define NODE_VERSION_IS_RELEASE 0 +#define NODE_VERSION_IS_RELEASE 1 #ifndef NODE_STRINGIFY #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n) |
