diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2010-10-23 16:01:37 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2010-10-23 16:01:37 -0700 |
commit | bb85e7751f1bd224fbce370ad84d8ce774e2d69a (patch) | |
tree | aba4cb1d2f8da9c9a6e97443f6e556a369790c25 /src | |
parent | 1582cfebd6719b2d2373547994b3dca5c8c569c0 (diff) | |
download | node-new-bb85e7751f1bd224fbce370ad84d8ce774e2d69a.tar.gz |
Now working on v0.3.1
Diffstat (limited to 'src')
-rw-r--r-- | src/node_version.h | 4 |
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) |