Working on v22.21.2
Some checks failed
Test and upload documentation to artifacts / build-docs (push) Has been cancelled
Linters / lint-addon-docs (push) Has been cancelled
Linters / lint-cpp (push) Has been cancelled
Linters / format-cpp (push) Has been cancelled
Linters / lint-js-and-md (push) Has been cancelled
Linters / lint-py (push) Has been cancelled
Linters / lint-yaml (push) Has been cancelled
Linters / lint-sh (push) Has been cancelled
Linters / lint-codeowners (push) Has been cancelled
Linters / lint-pr-url (push) Has been cancelled
Linters / lint-readme (push) Has been cancelled
Test internet / test-internet (push) Has been cancelled

PR-URL: https://github.com/nodejs/node/pull/60375
This commit is contained in:
Antoine du Hamel 2025-10-28 20:01:32 +01:00
parent 6ac4ab19ad
commit c611ea6fc9
No known key found for this signature in database
GPG Key ID: 20B1A390B168D356

View File

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