summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Lau <rlau@redhat.com>2022-02-01 08:13:47 -0500
committerRichard Lau <rlau@redhat.com>2022-02-01 08:13:47 -0500
commite64bc431d35f32967c26134acf16e9597fe307b5 (patch)
treefab4175cd2c478f4720b3972f725eb97fa6b90e6
parent9beb4f80545f83dcf0b113e59cac06cac7deca75 (diff)
downloadnode-new-e64bc431d35f32967c26134acf16e9597fe307b5.tar.gz
Working on v14.19.1
PR-URL: https://github.com/nodejs/node/pull/41696
-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 7032c005e1..1616f3028b 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -24,12 +24,12 @@
#define NODE_MAJOR_VERSION 14
#define NODE_MINOR_VERSION 19
-#define NODE_PATCH_VERSION 0
+#define NODE_PATCH_VERSION 1
#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)