mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 05:38:47 +02:00
parent
4d0b4e7077
commit
a0a69f5e4a
1 changed files with 2 additions and 2 deletions
|
@ -24,12 +24,12 @@
|
|||
|
||||
#define NODE_MAJOR_VERSION 18
|
||||
#define NODE_MINOR_VERSION 20
|
||||
#define NODE_PATCH_VERSION 8
|
||||
#define NODE_PATCH_VERSION 9
|
||||
|
||||
#define NODE_VERSION_IS_LTS 1
|
||||
#define NODE_VERSION_LTS_CODENAME "Hydrogen"
|
||||
|
||||
#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