summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan English <bryan@bryanenglish.com>2022-09-23 10:56:36 -0400
committerBryan English <bryan@bryanenglish.com>2022-09-23 10:56:36 -0400
commit33d8d8e92c685ecd09c853d17889bcdf9433cf31 (patch)
treef73b629156f0209f4b55d382785e0900ab9c3541
parentc11b8215bd6388854efcc9302a7383c8c63b8127 (diff)
downloadnode-new-33d8d8e92c685ecd09c853d17889bcdf9433cf31.tar.gz
Working on v14.20.2
PR-URL: https://github.com/nodejs-private/node-private/pull/348
-rw-r--r--src/node_version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/node_version.h b/src/node_version.h
index 699d2ebe06..cdf79b8f4b 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -24,12 +24,12 @@
#define NODE_MAJOR_VERSION 14
#define NODE_MINOR_VERSION 20
-#define NODE_PATCH_VERSION 1
+#define NODE_PATCH_VERSION 2
#define NODE_VERSION_IS_LTS 1
#define NODE_VERSION_LTS_CODENAME "Fermium"
-#define NODE_VERSION_IS_RELEASE 1
+#define NODE_VERSION_IS_RELEASE 0
#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)