0
0
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:
Gibson Fahnestock 2017-11-02 17:55:43 +00:00
parent 289fcb05be
commit e51216d722
No known key found for this signature in database
GPG Key ID: B01FBB92821C587A

View File

@ -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