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>2010-11-17 05:46:15 +0300
committerRyan Dahl <ry@tinyclouds.org>2010-11-17 06:17:44 +0300
commitce9a54aa1fbf709dd30316af8a2f14d83150e947 (patch)
tree2bfbf13d68d43887d90e268f0d72375408808e46 /src
parent03fa258df7d9e642c3ccac82d27c9c8167681cce (diff)
Bump version to v0.3.1v0.3.1
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 a0621ca532d..b6e750dcd62 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -7,7 +7,7 @@
#define NODE_MAJOR_VERSION 0
#define NODE_MINOR_VERSION 3
#define NODE_PATCH_VERSION 1
-#define NODE_VERSION_IS_RELEASE 0
+#define NODE_VERSION_IS_RELEASE 1
#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)