diff options
author | isaacs <i@izs.me> | 2012-03-13 14:03:51 -0700 |
---|---|---|
committer | isaacs <i@izs.me> | 2012-03-13 14:03:51 -0700 |
commit | bda08bfa044705c1563080cd83cf4c1e5cbda899 (patch) | |
tree | fe6317fb3ada27686c4f2c8ff86680fc946305c1 /src/node_version.h | |
parent | 73c874698b4a02bb58476e9c0f89a6acd7c963de (diff) | |
download | node-new-bda08bfa044705c1563080cd83cf4c1e5cbda899.tar.gz |
Now working on 0.7.7
Diffstat (limited to 'src/node_version.h')
-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 04af94dc95..d5e8ddb4ba 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -28,8 +28,8 @@ #define NODE_MAJOR_VERSION 0 #define NODE_MINOR_VERSION 7 -#define NODE_PATCH_VERSION 6 -#define NODE_VERSION_IS_RELEASE 1 +#define NODE_PATCH_VERSION 7 +#define NODE_VERSION_IS_RELEASE 0 #ifndef NODE_STRINGIFY #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n) |