summaryrefslogtreecommitdiff
path: root/src/node_version.h
diff options
context:
space:
mode:
authorRichard Lau <rlau@redhat.com>2021-07-05 17:00:23 +0100
committerRichard Lau <rlau@redhat.com>2021-07-05 17:00:23 +0100
commitce4d224f8786cde82afdc92b67d0a0af26ffee0d (patch)
tree342146812d2401a810bdc265fad963a3bc317f36 /src/node_version.h
parent9fb7b48c5ed7707fbc4007a2e3fc99aec7587d8b (diff)
downloadnode-new-ce4d224f8786cde82afdc92b67d0a0af26ffee0d.tar.gz
Working on v14.17.4
PR-URL: https://github.com/nodejs/node/pull/39269
Diffstat (limited to 'src/node_version.h')
-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 a994fd7e87..82cbc731ab 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -24,12 +24,12 @@
#define NODE_MAJOR_VERSION 14
#define NODE_MINOR_VERSION 17
-#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)