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>2012-01-17 07:45:39 +0400
committerRyan Dahl <ry@tinyclouds.org>2012-01-17 07:46:36 +0400
commit72cbb7492cb5956c8265b415bd6ff473b7b89f35 (patch)
tree11b7027c7d8d92f36e3a737b7e4072c60bbfbf7f /src
parent9cc55dca6f67a6096c858b841c677b0593404321 (diff)
Now working on v0.7.1-pre
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 5f88a5f129b..06f866304a4 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -29,7 +29,7 @@
#define NODE_MAJOR_VERSION 0
#define NODE_MINOR_VERSION 7
#define NODE_PATCH_VERSION 0
-#define NODE_VERSION_IS_RELEASE 1
+#define NODE_VERSION_IS_RELEASE 0
#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)