diff options
author | Richard Lau <rlau@redhat.com> | 2021-10-20 10:17:21 -0400 |
---|---|---|
committer | Richard Lau <rlau@redhat.com> | 2021-10-20 10:17:21 -0400 |
commit | 731495d76456ed31146f2f9ba66e317d6a20e9b0 (patch) | |
tree | 32a10adb64ed90b2ff20fabc55cf9c4da660eefc | |
parent | 49415500bb1bf51a1fade5ea2d03f3988ecabc25 (diff) | |
download | node-new-731495d76456ed31146f2f9ba66e317d6a20e9b0.tar.gz |
Working on v16.12.1
PR-URL: https://github.com/nodejs/node/pull/40504
-rw-r--r-- | src/node_version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/node_version.h b/src/node_version.h index 7d8e7e507b..50febab8f8 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) |