diff options
author | Richard Lau <rlau@redhat.com> | 2021-02-09 22:49:51 +0000 |
---|---|---|
committer | Richard Lau <rlau@redhat.com> | 2021-02-09 22:50:37 +0000 |
commit | f95cb447b17438bff4458884d7b51038749364a5 (patch) | |
tree | 25a27138a0d2ddb541c00eabde53caeb001bf2f6 | |
parent | ef1c506ecc375d3fb253fe6fc7fb563518d03e8d (diff) | |
download | node-new-f95cb447b17438bff4458884d7b51038749364a5.tar.gz |
Working on v10.23.4
PR-URL: https://github.com/nodejs/node/pull/37241
-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 811d63b365..8acd1baf9c 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -24,12 +24,12 @@ #define NODE_MAJOR_VERSION 10 #define NODE_MINOR_VERSION 23 -#define NODE_PATCH_VERSION 3 +#define NODE_PATCH_VERSION 4 #define NODE_VERSION_IS_LTS 1 #define NODE_VERSION_LTS_CODENAME "Dubnium" -#define NODE_VERSION_IS_RELEASE 1 +#define NODE_VERSION_IS_RELEASE 0 #ifndef NODE_STRINGIFY #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n) |