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
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2011-12-04 11:18:35 +0400
committerRyan Dahl <ry@tinyclouds.org>2011-12-04 12:10:23 +0400
commit6cc94db653a2739ab28e33b2d6a63c51bd986a9f (patch)
tree3847a47ebd41f79ea67374d1140db871f59e64bf /src/node_version.h
parent60e26668b3c73b9163d9fb1ae6a7951c6acbc889 (diff)
Bump version to v0.6.5v0.6.5
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 d424b4e9de4..9c9d1c814c6 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -29,7 +29,7 @@
#define NODE_MAJOR_VERSION 0
#define NODE_MINOR_VERSION 6
#define NODE_PATCH_VERSION 5
-#define NODE_VERSION_IS_RELEASE 0
+#define NODE_VERSION_IS_RELEASE 1
#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)