Skip to content

Commit 6f40b03

Browse files
committed
Working on v3.0.0
1 parent e52f963 commit 6f40b03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/node_version.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#ifndef SRC_NODE_VERSION_H_
22
#define SRC_NODE_VERSION_H_
33

4-
#define NODE_MAJOR_VERSION 2
5-
#define NODE_MINOR_VERSION 5
6-
#define NODE_PATCH_VERSION 1
4+
#define NODE_MAJOR_VERSION 3
5+
#define NODE_MINOR_VERSION 0
6+
#define NODE_PATCH_VERSION 0
77

88
#define NODE_VERSION_IS_RELEASE 0
99

0 commit comments

Comments
 (0)