From 43c1830e0a9c046d0209421ca732187e1cc3d938 Mon Sep 17 00:00:00 2001 From: isaacs Date: Fri, 8 Mar 2013 21:52:36 -0800 Subject: [PATCH] Now working on 0.11.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..2f04418a57 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 11 +#define NODE_PATCH_VERSION 0 #ifndef NODE_TAG # define NODE_TAG ""