Skip to content

Commit

Permalink
src: add NODE_VERSION_IS_LTS to node_version.h
Browse files Browse the repository at this point in the history
This is defined in LTS releases, but should really be defined in master
too.

PR-URL: #16697
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
  • Loading branch information
gibfahn authored and MylesBorins committed Dec 11, 2017
1 parent 9093392 commit e7db034
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/node_version.h
Expand Up @@ -26,6 +26,9 @@
#define NODE_MINOR_VERSION 2
#define NODE_PATCH_VERSION 2

#define NODE_VERSION_IS_LTS 0
#define NODE_VERSION_LTS_CODENAME ""

#define NODE_VERSION_IS_RELEASE 0

#ifndef NODE_STRINGIFY
Expand Down

0 comments on commit e7db034

Please sign in to comment.