summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Lau <rlau@redhat.com>2021-01-04 16:45:15 +0000
committerRichard Lau <rlau@redhat.com>2021-01-04 16:45:15 +0000
commitf5c706e63a93ada8bfdf40c22a2cdc5b0aca10ba (patch)
tree48fec6699f80c37c3202dcd602e6c4ba80f7f182
parent87ddc7f10c6463bbcdd9dfc79f1e510a584e616e (diff)
downloadnode-new-f5c706e63a93ada8bfdf40c22a2cdc5b0aca10ba.tar.gz
Working on v12.20.2
PR-URL: https://github.com/nodejs-private/node-private/pull/240
-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 82d2c624e9..e338a37964 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -24,12 +24,12 @@
#define NODE_MAJOR_VERSION 12
#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 "Erbium"
-#define NODE_VERSION_IS_RELEASE 1
+#define NODE_VERSION_IS_RELEASE 0
#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)