diff options
author | RafaelGSS <rafael.nunu@hotmail.com> | 2023-04-10 21:07:35 -0300 |
---|---|---|
committer | RafaelGSS <rafael.nunu@hotmail.com> | 2023-04-10 21:07:35 -0300 |
commit | c95ceef303f974a0b3a104b6e83be0bf442f6a1d (patch) | |
tree | 0addd937841666305232ba41ef6bb11f98264a53 | |
parent | 8085bcf88277cf2b474af008e1e150ce72af5b03 (diff) | |
download | node-new-v19.x.tar.gz |
Working on v19.9.1v19.x
PR-URL: https://github.com/nodejs/node/pull/47441
-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 a31c3c1a52..e60ab910fd 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -24,12 +24,12 @@ #define NODE_MAJOR_VERSION 19 #define NODE_MINOR_VERSION 9 -#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) |