Working on v20.19.5

PR-URL: https://github.com/nodejs-private/node-private/pull/727
This commit is contained in:
RafaelGSS 2025-07-15 19:03:40 -03:00
parent b08ee299b0
commit cdab368bc3
No known key found for this signature in database
GPG key ID: 8BEAB4DFCF555EF4

View file

@ -24,12 +24,12 @@
#define NODE_MAJOR_VERSION 20
#define NODE_MINOR_VERSION 19
#define NODE_PATCH_VERSION 4
#define NODE_PATCH_VERSION 5
#define NODE_VERSION_IS_LTS 1
#define NODE_VERSION_LTS_CODENAME "Iron"
#define NODE_VERSION_IS_RELEASE 1
#define NODE_VERSION_IS_RELEASE 0
#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)