summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeth Griggs <Bethany.Griggs@uk.ibm.com>2020-10-20 15:09:05 +0100
committerBeth Griggs <Bethany.Griggs@uk.ibm.com>2020-10-20 15:09:57 +0100
commitdf580c572a5e8c63890f5acaf04bdcaeb101f384 (patch)
tree85b1f271e976b70cfa13a9b8dd3516b00f9359c7
parentd683e3dda09b6b3cc6cad6fd2c106e3061a48f0d (diff)
downloadnode-new-df580c572a5e8c63890f5acaf04bdcaeb101f384.tar.gz
Working on v15.0.1
PR-URL: https://github.com/nodejs/node/pull/35014
-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 0011b7afac..bf21dfd6da 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -24,12 +24,12 @@
#define NODE_MAJOR_VERSION 15
#define NODE_MINOR_VERSION 0
-#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)