From b31c073c7dfbfc88d40f6ad49fc9c8b21e44d39b Mon Sep 17 00:00:00 2001 From: Rod Vagg Date: Thu, 8 Jan 2015 15:22:09 +1100 Subject: [PATCH] version: working on 1.0.0 --- src/node_version.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/node_version.h b/src/node_version.h index ca154026c7fa8e..15cdfa8df132d0 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -22,9 +22,9 @@ #ifndef SRC_NODE_VERSION_H_ #define SRC_NODE_VERSION_H_ -#define NODE_MAJOR_VERSION 0 -#define NODE_MINOR_VERSION 11 -#define NODE_PATCH_VERSION 15 +#define NODE_MAJOR_VERSION 1 +#define NODE_MINOR_VERSION 0 +#define NODE_PATCH_VERSION 0 #define NODE_VERSION_IS_RELEASE 0