mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02:00
Working on v23.11.2
PR-URL: https://github.com/nodejs-private/node-private/pull/708
This commit is contained in:
parent
9b666af400
commit
9d113c35c2
1 changed files with 2 additions and 2 deletions
|
@ -24,12 +24,12 @@
|
||||||
|
|
||||||
#define NODE_MAJOR_VERSION 23
|
#define NODE_MAJOR_VERSION 23
|
||||||
#define NODE_MINOR_VERSION 11
|
#define NODE_MINOR_VERSION 11
|
||||||
#define NODE_PATCH_VERSION 1
|
#define NODE_PATCH_VERSION 2
|
||||||
|
|
||||||
#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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue