summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Lau <rlau@redhat.com>2023-02-16 15:22:11 -0500
committerRichard Lau <rlau@redhat.com>2023-02-16 15:22:11 -0500
commite9e68b942d2242de7f8ef7697cf5f62dd5f325d6 (patch)
tree27bc688c444e1f91d9c6f921cb0129af62805268
parentedd64fe5ba20c6c2f53720c672c591f09d9d4ac0 (diff)
downloadnode-new-v14.x.tar.gz
Working on v14.21.4v14.x-stagingv14.x
PR-URL: https://github.com/nodejs-private/node-private/pull/389
-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 692c27594c..8a8be64716 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 3
+#define NODE_PATCH_VERSION 4
#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)