summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMyles Borins <mylesborins@github.com>2021-04-06 10:40:01 -0400
committerMyles Borins <mylesborins@github.com>2021-04-06 10:40:01 -0400
commit236f95814511a345f967d21f0589199a2a9f88f5 (patch)
tree78d9911e9076a38a59ca6824b6077b1b16345f05
parent1a34e9c24bf6dd07ff575a8c198f93cd5e8d15b9 (diff)
downloadnode-new-v15.x-staging.tar.gz
Working on v15.14.1v15.x-stagingv15.x
PR-URL: https://github.com/nodejs/node/pull/38084
-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 e1fb571fba..6abd2a4178 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -24,12 +24,12 @@
#define NODE_MAJOR_VERSION 15
#define NODE_MINOR_VERSION 14
-#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)