summaryrefslogtreecommitdiff
path: root/src/node_version.h
diff options
context:
space:
mode:
authorRichard Lau <riclau@uk.ibm.com>2020-09-15 16:17:41 -0400
committerRichard Lau <riclau@uk.ibm.com>2020-09-15 16:17:41 -0400
commit8bbf92a49aa08a5a34c493ce94a15c0a99e3a454 (patch)
tree3b7663582cdca4db0f3920135f2b66711a2cad67 /src/node_version.h
parentd844fa0a5446ea6848e7afef82eeb671756e0008 (diff)
downloadnode-new-8bbf92a49aa08a5a34c493ce94a15c0a99e3a454.tar.gz
Working on v14.11.1
PR-URL: https://github.com/nodejs-private/node-private/pull/225
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 0d7ffd5745..d68d033f2b 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -24,12 +24,12 @@
#define NODE_MAJOR_VERSION 14
#define NODE_MINOR_VERSION 11
-#define NODE_PATCH_VERSION 0
+#define NODE_PATCH_VERSION 1
#define NODE_VERSION_IS_LTS 0
#define NODE_VERSION_LTS_CODENAME ""
-#define NODE_VERSION_IS_RELEASE 1
+#define NODE_VERSION_IS_RELEASE 0
#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)