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
path: root/src
diff options
context:
space:
mode:
authorBeth Griggs <bgriggs@redhat.com>2021-06-25 18:28:34 +0300
committerBeth Griggs <bgriggs@redhat.com>2021-06-28 14:18:54 +0300
commit4f0a4bf82e2100a5ababc2ab2032fa807dc338e9 (patch)
tree507d422a68b92bfabfff3d3169100fea9ab98481 /src
parentc6b08f1d04bb3dd0db8e08e261293e4095934f47 (diff)
2021-07-01, Version 16.4.1 (Current)v16.4.1
This is a security release. Notable changes: Vulnerabilities fixed: - **CVE-2021-22918**: libuv upgrade - Out of bounds read (Medium) - **CVE-2021-22921**: Windows installer - Node Installer Local Privilege Escalation (Medium) PR-URL: https://github.com/nodejs-private/node-private/pull/271
Diffstat (limited to 'src')
-rw-r--r--src/node_version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_version.h b/src/node_version.h
index 5a32adb32dd..e4ee8199ca4 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)