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:
authorRuben Bridgewater <ruben@bridgewater.de>2019-12-04 00:53:03 +0300
committerRuben Bridgewater <ruben@bridgewater.de>2019-12-04 00:53:03 +0300
commit355b48bd06a6c2a4ec2f4cf1c5fafc0995fe55d5 (patch)
tree2d3a2f1fa24e2c2eeaa7eb15928388a1773f1df4 /src
parentf5fe38400def6e0c73b27db436af5df914afe908 (diff)
Working on v13.3.1
PR-URL: https://github.com/nodejs/node/pull/30774
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 3193890e0c8..415b0774d26 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -24,12 +24,12 @@
#define NODE_MAJOR_VERSION 13
#define NODE_MINOR_VERSION 3
-#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)