mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02:00
Working on v20.19.5
PR-URL: https://github.com/nodejs-private/node-private/pull/727
This commit is contained in:
parent
b08ee299b0
commit
cdab368bc3
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue