summaryrefslogtreecommitdiff
path: root/src/node_version.h
diff options
context:
space:
mode:
authorRichard Lau <rlau@redhat.com>2021-09-10 11:23:47 -0400
committerRichard Lau <rlau@redhat.com>2021-09-10 11:23:47 -0400
commit711e073596f29b047086e2f3d4ab3706b98462f7 (patch)
tree5afa99f12c8f82ccfcce8e7bf6f9ac5232b68bf2 /src/node_version.h
parent04f1943109254449acf4d033029a82ec0fcaf287 (diff)
downloadnode-new-v16.9.1-proposal.tar.gz
2021-09-10, Version 16.9.1 (Current)v16.9.1v16.9.1-proposal
Notable changes: This release fixes a regression introduced by the V8 9.3 update in Node.js 16.9.0. PR-URL: https://github.com/nodejs/node/issues/40069
Diffstat (limited to 'src/node_version.h')
-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 c1050d0234..48b8d9f22f 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)