Working on v24.6.1
Some checks failed
Linters / lint-addon-docs (push) Successful in 2m14s
Test and upload documentation to artifacts / build-docs (push) Failing after 4m44s
Linters / lint-cpp (push) Failing after 2m18s
Linters / format-cpp (push) Has been skipped
Linters / lint-py (push) Failing after 2m16s
Linters / lint-yaml (push) Failing after 1m44s
Linters / lint-sh (push) Failing after 1m24s
Linters / lint-codeowners (push) Failing after 54s
Linters / lint-pr-url (push) Has been skipped
Linters / lint-readme (push) Successful in 1m25s
Linters / lint-js-and-md (push) Successful in 9m37s

PR-URL: https://github.com/nodejs/node/pull/59449
This commit is contained in:
RafaelGSS 2025-08-14 18:02:50 -03:00
parent 09dc7a5985
commit b18899500b
No known key found for this signature in database
GPG key ID: 8BEAB4DFCF555EF4

View file

@ -24,12 +24,12 @@
#define NODE_MAJOR_VERSION 24 #define NODE_MAJOR_VERSION 24
#define NODE_MINOR_VERSION 6 #define NODE_MINOR_VERSION 6
#define NODE_PATCH_VERSION 0 #define NODE_PATCH_VERSION 1
#define NODE_VERSION_IS_LTS 0 #define NODE_VERSION_IS_LTS 0
#define NODE_VERSION_LTS_CODENAME "" #define NODE_VERSION_LTS_CODENAME ""
#define NODE_VERSION_IS_RELEASE 1 #define NODE_VERSION_IS_RELEASE 0
#ifndef NODE_STRINGIFY #ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n) #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)