summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeth Griggs <bgriggs@redhat.com>2021-01-04 17:42:23 +0000
committerBeth Griggs <bgriggs@redhat.com>2021-01-04 17:42:23 +0000
commit9c438b5ae0b971bb5567a54e889927d488e93336 (patch)
tree189f419106add64531bbcc0495eb18dd35367b37
parent04509d6847a2d164b223a77aed0c41fe9ca60e57 (diff)
downloadnode-new-9c438b5ae0b971bb5567a54e889927d488e93336.tar.gz
Working on v14.15.5
PR-URL: https://github.com/nodejs-private/node-private/pull/242
-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 88a4c89870..ce4b2b6267 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 4
+#define NODE_PATCH_VERSION 5
#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)