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:
authorShelley Vohr <shelley.vohr@gmail.com>2020-03-04 20:46:11 +0300
committerShelley Vohr <shelley.vohr@gmail.com>2020-03-04 20:46:11 +0300
commita1eb471c89234b0c4dba80f14157112795da6f8c (patch)
tree9a665176c0affafc25c34a8482fb0469efa9273b /src/node_version.h
parentf6ffdc2fa3ddebba5f9ba755fdf550946eb2f218 (diff)
Working on 13.10.1
PR-URL: https://github.com/nodejs/node/pull/32027
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 d6f5cd06f7d..5216c03fcaa 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -24,12 +24,12 @@
#define NODE_MAJOR_VERSION 13
#define NODE_MINOR_VERSION 10
-#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)