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:
authorRod Vagg <rod@vagg.org>2015-01-14 06:07:28 +0300
committerRod Vagg <rod@vagg.org>2015-01-14 06:07:28 +0300
commitb82bb600370db7207a39e53329af228f6af3ffa1 (patch)
treec28b07e4eed13d795f248d130a20c953a71ab960
parentd7cbceb3c83d1cabd500d5cd7656915cb9d65ed2 (diff)
2015-01-14 io.js v1.0.0 Releasev1.0.0-releasev1.0.0
-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 10553b0868f..ecc85a8f0bb 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -5,7 +5,7 @@
#define NODE_MINOR_VERSION 0
#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)