Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e7db034

Browse filesBrowse 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 <cjihrig@gmail.com>
1 parent 9093392 commit e7db034
Copy full SHA for e7db034

File tree

Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed
Open diff view settings
Collapse file

‎src/node_version.h‎

Copy file name to clipboardExpand all lines: src/node_version.h
+3Lines changed: 3 additions & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.