From 82905fa3aa7ea1e7930a760792554317c161c7cb Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 22 Jul 2011 11:51:43 -0700 Subject: [PATCH] Now working on v0.5.3 --- 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 7ecafd8c399..75c212b4562 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -27,8 +27,8 @@ #define NODE_MAJOR_VERSION 0 #define NODE_MINOR_VERSION 5 -#define NODE_PATCH_VERSION 2 -#define NODE_VERSION_IS_RELEASE 1 +#define NODE_PATCH_VERSION 3 +#define NODE_VERSION_IS_RELEASE 0 #ifndef NODE_STRINGIFY #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)