Antoine du Hamel 2024-11-12 22:33:59 +01:00
parent f73db8f477
commit 14b6317641
No known key found for this signature in database
GPG Key ID: 21D900FFDB233756
1 changed files with 2 additions and 2 deletions

View File

@ -24,12 +24,12 @@
#define NODE_MAJOR_VERSION 18
#define NODE_MINOR_VERSION 20
#define NODE_PATCH_VERSION 5
#define NODE_PATCH_VERSION 6
#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)