summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeth Griggs <bgriggs@redhat.com>2020-12-17 22:09:24 +0000
committerBeth Griggs <bgriggs@redhat.com>2020-12-17 22:09:24 +0000
commitdd8fb22ec09c85535e5efa0fbc5cdff580afd638 (patch)
tree0b421f11d5a98f46483a38741010f204cc7b4e00
parente725355e5cdd77ac9287dea9c0d2958c994e8c27 (diff)
downloadnode-new-dd8fb22ec09c85535e5efa0fbc5cdff580afd638.tar.gz
Working on v14.15.4
PR-URL: https://github.com/nodejs/node/pull/36555
-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 3e6197f423..caf3188be5 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -24,12 +24,12 @@
#define NODE_MAJOR_VERSION 14
#define NODE_MINOR_VERSION 15
-#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)