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 committed Nov 20, 2017
1 parent 289fcb0 commit e51216d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/node_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e51216d

Please sign in to comment.