summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2011-09-09 23:55:49 +0200
committerBert Belder <bertbelder@gmail.com>2011-09-10 00:29:35 +0200
commitb49bec55806574a47403771bce1ee379c2b09ca2 (patch)
tree2b22bc362748d8acccae5adb6f343b027c521098 /src
parent0a72ac377087fdaa606c7ce75eb983c7d34a0b97 (diff)
downloadnode-0.5.6.tar.gz
Bump version to 0.5.6v0.5.6
Diffstat (limited to 'src')
-rw-r--r--src/node_version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_version.h b/src/node_version.h
index a8687bfc7..a2ed49737 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -29,7 +29,7 @@
#define NODE_MAJOR_VERSION 0
#define NODE_MINOR_VERSION 5
#define NODE_PATCH_VERSION 6
-#define NODE_VERSION_IS_RELEASE 0
+#define NODE_VERSION_IS_RELEASE 1
#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)