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:
authorMyles Borins <mylesborins@google.com>2019-12-18 01:05:18 +0300
committerMyles Borins <mylesborins@google.com>2019-12-18 01:05:18 +0300
commit96a65e85c59ab4a81f49f7088d9f4d270980c5b0 (patch)
tree45341649e01d7e437d3ea88d19a577ac993ea04c /src
parentf15fe94d169ae60bfbe51cb56ef0ad850e1a0b8f (diff)
Working on v13.4.1
PR-URL: https://github.com/nodejs/node/pull/30937
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 9d300e9b6c9..c54442bf517 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -24,12 +24,12 @@
#define NODE_MAJOR_VERSION 13
#define NODE_MINOR_VERSION 4
-#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)