| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent c89bae1 commit 89a26b4
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -22,14 +22,14 @@ | |||
| 22 | 22 | #ifndef SRC_NODE_VERSION_H_ | |
| 23 | 23 | #define SRC_NODE_VERSION_H_ | |
| 24 | 24 | ||
| 25 | - #define NODE_MAJOR_VERSION 21 | ||
| 25 | + #define NODE_MAJOR_VERSION 22 | ||
| 26 | 26 | #define NODE_MINOR_VERSION 0 | |
| 27 | 27 | #define NODE_PATCH_VERSION 0 | |
| 28 | 28 | ||
| 29 | 29 | #define NODE_VERSION_IS_LTS 0 | |
| 30 | 30 | #define NODE_VERSION_LTS_CODENAME "" | |
| 31 | 31 | ||
| 32 | - #define NODE_VERSION_IS_RELEASE 1 | ||
| 32 | + #define NODE_VERSION_IS_RELEASE 0 | ||
| 33 | 33 | ||
| 34 | 34 | #ifndef NODE_STRINGIFY | |
| 35 | 35 | #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments