summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Lau <rlau@redhat.com>2022-12-13 07:33:34 -0500
committerRichard Lau <rlau@redhat.com>2022-12-13 07:33:34 -0500
commit1516019bf66d7c4fd6c7d9ef3bf5380674ab049d (patch)
treebb55f1e83a59a60e2445b678ba8d459c4dfeac9a
parent92caea621d0fea47ef5af0b3dda427ac2fe2df3f (diff)
downloadnode-new-1516019bf66d7c4fd6c7d9ef3bf5380674ab049d.tar.gz
Working on v14.21.3
PR-URL: https://github.com/nodejs/node/pull/45775
-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 8e20dfd22e..0f6f29e061 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -24,12 +24,12 @@
#define NODE_MAJOR_VERSION 14
#define NODE_MINOR_VERSION 21
-#define NODE_PATCH_VERSION 2
+#define NODE_PATCH_VERSION 3
#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)