Skip to content

Commit e7db034

Browse files
gibfahnMylesBorins
authored andcommitted
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: #16697 Reviewed-By: Colin Ihrig <[email protected]>
1 parent 9093392 commit e7db034

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/node_version.h

+3
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
#define NODE_MINOR_VERSION 2
2727
#define NODE_PATCH_VERSION 2
2828

29+
#define NODE_VERSION_IS_LTS 0
30+
#define NODE_VERSION_LTS_CODENAME ""
31+
2932
#define NODE_VERSION_IS_RELEASE 0
3033

3134
#ifndef NODE_STRINGIFY

0 commit comments

Comments
 (0)