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:
authorRuben Bridgewater <ruben@bridgewater.de>2020-01-08 02:06:05 +0300
committerRuben Bridgewater <ruben@bridgewater.de>2020-01-08 02:06:05 +0300
commit4a702c3de211dfb08a8be2d1a8c82e7c9db5d983 (patch)
tree4b9ee86897a576780234a4761d4777986b3cb13d /src/node_version.h
parent1a552f614b4ec2b9faf0bf932ad4e6ef4fdcaf01 (diff)
Working on v13.6.1
PR-URL: https://github.com/nodejs/node/pull/31238
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 330cf4a6217..1a3212446b8 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -24,12 +24,12 @@
#define NODE_MAJOR_VERSION 13
#define NODE_MINOR_VERSION 6
-#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)