summaryrefslogtreecommitdiff
path: root/src/node_version.h
diff options
context:
space:
mode:
authorBeth Griggs <bgriggs@redhat.com>2021-02-22 11:00:16 +0000
committerBeth Griggs <bgriggs@redhat.com>2021-02-22 18:33:12 +0000
commitbd60e93357a118204ea238d94e7a9e4209d93062 (patch)
tree3ef5877341b57095ab1d4ad7de9460175a40e845 /src/node_version.h
parent313d26800cabedd95fedcb1d14a710057c1f1c6c (diff)
downloadnode-new-bd60e93357a118204ea238d94e7a9e4209d93062.tar.gz
2021-02-23, Version 14.16.0 'Fermium' (LTS)v14.16.0
This is a security release. Notable changes: Vulnerabilities fixed: - **CVE-2021-22883**: HTTP2 'unknownProtocol' cause Denial of Service by resource exhaustion - **CVE-2021-22884**: DNS rebinding in --inspect - **CVE-2021-23840**: OpenSSL - Integer overflow in CipherUpdate PR-URL: https://github.com/nodejs-private/node-private/pull/254
Diffstat (limited to 'src/node_version.h')
-rw-r--r--src/node_version.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/node_version.h b/src/node_version.h
index 993caca8d7..0f72abc0bf 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -23,13 +23,13 @@
#define SRC_NODE_VERSION_H_
#define NODE_MAJOR_VERSION 14
-#define NODE_MINOR_VERSION 15
-#define NODE_PATCH_VERSION 6
+#define NODE_MINOR_VERSION 16
+#define NODE_PATCH_VERSION 0
#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)