Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2021-02-02 23:48:06 +0300
committerMichaël Zasso <targos@protonmail.com>2021-02-02 23:48:06 +0300
commit26809796ec126ca01b1fe642c7ba339b459d95a4 (patch)
treeb9cec2e0139a1da4d3f46365434ca87c4f2d20f8 /src
parentbc1c4282b25787e9c8cb8ad5988ce4706265fc37 (diff)
Working on v15.8.1
PR-URL: https://github.com/nodejs/node/pull/37183
Diffstat (limited to 'src')
-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 e14b7177f49..abc1d31c803 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -24,12 +24,12 @@
#define NODE_MAJOR_VERSION 15
#define NODE_MINOR_VERSION 8
-#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)