Skip to content

Commit e7d1c69

Browse files
author
Myles Borins
committedJan 12, 2016
Working on v5.4.2
1 parent ff99203 commit e7d1c69

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

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

8-
#define NODE_VERSION_IS_RELEASE 1
8+
#define NODE_VERSION_IS_RELEASE 0
99

1010
#ifndef NODE_STRINGIFY
1111
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)

0 commit comments

Comments
 (0)
Please sign in to comment.