Working on v16.6.2

PR-URL: https://github.com/nodejs/node/pull/39631
This commit is contained in:
Michaël Zasso 2021-08-03 09:57:56 +02:00
parent 3d53ff8ff0
commit 2a9954964c
No known key found for this signature in database
GPG Key ID: 770F7A9A5AE15600

View File

@ -24,12 +24,12 @@
#define NODE_MAJOR_VERSION 16 #define NODE_MAJOR_VERSION 16
#define NODE_MINOR_VERSION 6 #define NODE_MINOR_VERSION 6
#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)