Skip to content

Commit 1c4ea61

Browse files
committedJan 21, 2016
Working on v4.2.7
PR-URL: #4788
1 parent 6b0352d commit 1c4ea61

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
@@ -3,12 +3,12 @@
33

44
#define NODE_MAJOR_VERSION 4
55
#define NODE_MINOR_VERSION 2
6-
#define NODE_PATCH_VERSION 6
6+
#define NODE_PATCH_VERSION 7
77

88
#define NODE_VERSION_IS_LTS 1
99
#define NODE_VERSION_LTS_CODENAME "Argon"
1010

11-
#define NODE_VERSION_IS_RELEASE 1
11+
#define NODE_VERSION_IS_RELEASE 0
1212

1313
#ifndef NODE_STRINGIFY
1414
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)

0 commit comments

Comments
 (0)
Please sign in to comment.