summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2010-10-23 16:01:37 -0700
committerRyan Dahl <ry@tinyclouds.org>2010-10-23 16:01:37 -0700
commitbb85e7751f1bd224fbce370ad84d8ce774e2d69a (patch)
treeaba4cb1d2f8da9c9a6e97443f6e556a369790c25 /src
parent1582cfebd6719b2d2373547994b3dca5c8c569c0 (diff)
downloadnode-new-bb85e7751f1bd224fbce370ad84d8ce774e2d69a.tar.gz
Now working on v0.3.1
Diffstat (limited to 'src')
-rw-r--r--src/node_version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/node_version.h b/src/node_version.h
index de9cfb49e1..a0621ca532 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -6,8 +6,8 @@
#define NODE_MAJOR_VERSION 0
#define NODE_MINOR_VERSION 3
-#define NODE_PATCH_VERSION 0
-#define NODE_VERSION_IS_RELEASE 1
+#define NODE_PATCH_VERSION 1
+#define NODE_VERSION_IS_RELEASE 0
#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)