From 8a0e7d65661dbbaa3584175ccb49ca6d8c7b1f12 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 PR-URL: https://github.com/iojs/io.js/pull/253 Reviewed-By: Ben Noordhuis --- 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 ca154026c7f..15cdfa8df13 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