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
diff options
context:
space:
mode:
authorMyles Borins <mylesborins@google.com>2020-03-12 05:41:48 +0300
committerMyles Borins <mylesborins@google.com>2020-03-12 05:41:48 +0300
commit8dbe0901d8b4253fe076d53e2bd3099952cc3d1b (patch)
tree2e5229f78de8a0896ec9a93b31cb839a6ba484b9 /src/node_version.h
parent4a53612c70c0abc35f57c2292f278071c9cd4710 (diff)
Working on v13.11.1
PR-URL: https://github.com/nodejs/node/pull/32185
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 978cb58fa6b..e6af5336f51 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -24,12 +24,12 @@
#define NODE_MAJOR_VERSION 13
#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)