Skip to content

Commit 51572ab

Browse files
committedNov 30, 2021
Working on v14.18.3
PR-URL: #40969
1 parent c3dd76a commit 51572ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/node_version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424

2525
#define NODE_MAJOR_VERSION 14
2626
#define NODE_MINOR_VERSION 18
27-
#define NODE_PATCH_VERSION 2
27+
#define NODE_PATCH_VERSION 3
2828

2929
#define NODE_VERSION_IS_LTS 1
3030
#define NODE_VERSION_LTS_CODENAME "Fermium"
3131

32-
#define NODE_VERSION_IS_RELEASE 1
32+
#define NODE_VERSION_IS_RELEASE 0
3333

3434
#ifndef NODE_STRINGIFY
3535
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)

0 commit comments

Comments
 (0)
Please sign in to comment.