Working on v22.18.1

PR-URL: https://github.com/nodejs/node/pull/59256
This commit is contained in:
Antoine du Hamel 2025-07-31 23:37:21 +02:00
parent c9ff1aecf2
commit d86cc9dc82
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_MAJOR_VERSION 22
#define NODE_MINOR_VERSION 18 #define NODE_MINOR_VERSION 18
#define NODE_PATCH_VERSION 0 #define NODE_PATCH_VERSION 1
#define NODE_VERSION_IS_LTS 1 #define NODE_VERSION_IS_LTS 1
#define NODE_VERSION_LTS_CODENAME "Jod" #define NODE_VERSION_LTS_CODENAME "Jod"
#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)