summaryrefslogtreecommitdiff
path: root/src/node_version.h
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2011-10-21 17:02:11 -0700
committerRyan Dahl <ry@tinyclouds.org>2011-10-21 18:46:42 -0700
commit220e61c1f65bf4db09699fcf6399c0809c0bc446 (patch)
treee66c357965d545f535c939ebb37981f332f91b0b /src/node_version.h
parentdd6faa5adf8a1ab3443f1646fcdbbc043f5f5826 (diff)
downloadnode-new-220e61c1f65bf4db09699fcf6399c0809c0bc446.tar.gz
Bump version to v0.5.10v0.5.10
Diffstat (limited to 'src/node_version.h')
-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 35f5ee4de9..47f17f9c76 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 10
-#define NODE_VERSION_IS_RELEASE 0
+#define NODE_VERSION_IS_RELEASE 1
#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)