From 43d818a19cc07f347cb64eabe390b2731415ad36 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 28 Jan 2011 13:09:01 -0800 Subject: [PATCH] Fix version --- src/node_version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node_version.h b/src/node_version.h index 7cbc6c5ea76..d50f6492dd3 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -6,7 +6,7 @@ #define NODE_MAJOR_VERSION 0 #define NODE_MINOR_VERSION 3 -#define NODE_PATCH_VERSION 7 +#define NODE_PATCH_VERSION 8 #define NODE_VERSION_IS_RELEASE 0 #ifndef NODE_STRINGIFY