Skip to content

Commit 566b07f

Browse files
committed
2016-05-17, Version 6.2.0 (Stable)
1 parent 4f2a55f commit 566b07f

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
@@ -2,10 +2,10 @@
22
#define SRC_NODE_VERSION_H_
33

44
#define NODE_MAJOR_VERSION 6
5-
#define NODE_MINOR_VERSION 1
5+
#define NODE_MINOR_VERSION 2
66
#define NODE_PATCH_VERSION 0
77

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

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

0 commit comments

Comments
 (0)