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:
authorRichard Lau <rlau@redhat.com>2021-10-20 17:17:21 +0300
committerRichard Lau <rlau@redhat.com>2021-10-20 17:17:21 +0300
commit731495d76456ed31146f2f9ba66e317d6a20e9b0 (patch)
tree32a10adb64ed90b2ff20fabc55cf9c4da660eefc
parent49415500bb1bf51a1fade5ea2d03f3988ecabc25 (diff)
Working on v16.12.1
PR-URL: https://github.com/nodejs/node/pull/40504
-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 7d8e7e507b2..50febab8f8f 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -24,12 +24,12 @@
#define NODE_MAJOR_VERSION 16
#define NODE_MINOR_VERSION 12
-#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)