From b52142fe803456d180d3cc3daceabcc6274864ca Mon Sep 17 00:00:00 2001 From: Rod Vagg Date: Fri, 16 Oct 2015 21:24:04 +1100 Subject: [PATCH] Working on 6.0.0 --- src/node_version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node_version.h b/src/node_version.h index 37dee1e5a8b..b20f7732505 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -1,7 +1,7 @@ #ifndef SRC_NODE_VERSION_H_ #define SRC_NODE_VERSION_H_ -#define NODE_MAJOR_VERSION 5 +#define NODE_MAJOR_VERSION 6 #define NODE_MINOR_VERSION 0 #define NODE_PATCH_VERSION 0