mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
src: add NODE_VERSION_IS_LTS to node_version.h
This is defined in LTS releases, but should really be defined in master too. PR-URL: https://github.com/nodejs/node/pull/16697 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
This commit is contained in:
parent
289fcb05be
commit
e51216d722
@ -26,6 +26,9 @@
|
||||
#define NODE_MINOR_VERSION 0
|
||||
#define NODE_PATCH_VERSION 0
|
||||
|
||||
#define NODE_VERSION_IS_LTS 0
|
||||
#define NODE_VERSION_LTS_CODENAME ""
|
||||
|
||||
#define NODE_VERSION_IS_RELEASE 0
|
||||
|
||||
#ifndef NODE_STRINGIFY
|
||||
|
Loading…
Reference in New Issue
Block a user