diff options
author | isaacs <i@izs.me> | 2012-05-04 13:34:33 -0700 |
---|---|---|
committer | isaacs <i@izs.me> | 2012-05-04 13:34:33 -0700 |
commit | 992e3464b8997210ea7f40f03f0386f8dd4f4f86 (patch) | |
tree | b16bc1b80524a179950d384128b5f0808a1129f9 | |
parent | fbe143d9cbfa9ba5d1e948cd04380b187178ce9d (diff) | |
download | node-new-992e3464b8997210ea7f40f03f0386f8dd4f4f86.tar.gz |
Now working on 0.6.18
-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 283bb2dd75..84b1e0e658 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -28,8 +28,8 @@ #define NODE_MAJOR_VERSION 0 #define NODE_MINOR_VERSION 6 -#define NODE_PATCH_VERSION 17 -#define NODE_VERSION_IS_RELEASE 1 +#define NODE_PATCH_VERSION 18 +#define NODE_VERSION_IS_RELEASE 0 #ifndef NODE_STRINGIFY #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n) |