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 05:19:17 +0400
committerRyan Dahl <ry@tinyclouds.org>2012-01-17 07:00:41 +0400
commit9cc55dca6f67a6096c858b841c677b0593404321 (patch)
tree6be3b9a5aacabcb21ae76b60e5a032c8d98bfc52 /src
parent716f5bc66bd78e5778de1c8e2c087d779de39fea (diff)
Bump version to v0.7.0v0.7.0
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 06f866304a4..5f88a5f129b 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 0
+#define NODE_VERSION_IS_RELEASE 1
#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)