From 4d1e9e537029806cf873f21e41e92830c757e5cf Mon Sep 17 00:00:00 2001 From: isaacs Date: Fri, 8 Mar 2013 21:52:09 -0800 Subject: [PATCH] Now working on 0.10.0 --- src/node_version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/node_version.h b/src/node_version.h index 335892cb78..654fc54b7b 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -23,8 +23,8 @@ #define NODE_VERSION_H #define NODE_MAJOR_VERSION 0 -#define NODE_MINOR_VERSION 9 -#define NODE_PATCH_VERSION 13 +#define NODE_MINOR_VERSION 10 +#define NODE_PATCH_VERSION 0 #ifndef NODE_TAG # define NODE_TAG ""