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>2019-11-22 01:13:23 +0300
committerMyles Borins <mylesborins@google.com>2019-11-22 01:13:23 +0300
commit94e4cbd808d09756b9eb601971450bc552392b69 (patch)
treebd30a1989b85ac348b8865d7b74e5adf1b9e730c /src/node_version.h
parent8eda60c8234177a7d41aac0828fab30c08970cd8 (diff)
Working on v13.2.1
PR-URL: https://github.com/nodejs/node/pull/30547
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 b756b0c1e07..ed3787b8f78 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -24,12 +24,12 @@
#define NODE_MAJOR_VERSION 13
#define NODE_MINOR_VERSION 2
-#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)