summaryrefslogtreecommitdiff
path: root/src/node_version.h
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2012-01-16 17:19:17 -0800
committerRyan Dahl <ry@tinyclouds.org>2012-01-16 19:00:41 -0800
commit9cc55dca6f67a6096c858b841c677b0593404321 (patch)
tree6be3b9a5aacabcb21ae76b60e5a032c8d98bfc52 /src/node_version.h
parent716f5bc66bd78e5778de1c8e2c087d779de39fea (diff)
downloadnode-new-9cc55dca6f67a6096c858b841c677b0593404321.tar.gz
Bump version to v0.7.0v0.7.0
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 06f866304a..5f88a5f129 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)