Working on v23.11.2

PR-URL: https://github.com/nodejs-private/node-private/pull/708
This commit is contained in:
RafaelGSS 2025-05-14 16:54:22 -03:00
parent 9b666af400
commit 9d113c35c2
No known key found for this signature in database
GPG key ID: 8BEAB4DFCF555EF4

View file

@ -24,12 +24,12 @@
#define NODE_MAJOR_VERSION 23
#define NODE_MINOR_VERSION 11
#define NODE_PATCH_VERSION 1
#define NODE_PATCH_VERSION 2
#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)