Skip to content

Commit 3b69060

Browse files
committed
Working on v5.1.1
PR-URL: #3736
1 parent 02fd81a commit 3b69060

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/node_version.h‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
#defineNODE_MAJOR_VERSION 5
55
#defineNODE_MINOR_VERSION 1
6-
#defineNODE_PATCH_VERSION0
6+
#defineNODE_PATCH_VERSION1
77

8-
#defineNODE_VERSION_IS_RELEASE1
8+
#defineNODE_VERSION_IS_RELEASE0
99

1010
#ifndefNODE_STRINGIFY
1111
#defineNODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)

0 commit comments

Comments
(0)