Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2011-08-02 09:18:17 +0400
committerRyan Dahl <ry@tinyclouds.org>2011-08-02 11:17:41 +0400
commit4585330afef44ddfb6a4054bd9b0f190b352628b (patch)
tree5235c94ad071f6b042dbbc5ddf55f7d2748ab256 /src
parent21964fa779abd7d089cc843f67ffc1c8e8636e40 (diff)
Bump version to v0.5.3v0.5.3
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 75c212b4562..49393ceff36 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -28,7 +28,7 @@
#define NODE_MAJOR_VERSION 0
#define NODE_MINOR_VERSION 5
#define NODE_PATCH_VERSION 3
-#define NODE_VERSION_IS_RELEASE 0
+#define NODE_VERSION_IS_RELEASE 1
#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)