diff options
author | isaacs <i@izs.me> | 2012-07-09 10:23:49 -0700 |
---|---|---|
committer | isaacs <i@izs.me> | 2012-07-09 10:23:49 -0700 |
commit | 9547ee90db5b9c07030f821329aa6ce98a4ff7fa (patch) | |
tree | 0d6d8902676af6c6a6374e475e820fde71bf474f /src | |
parent | 6530310ed59c1056aa71c17133b5dbee87e2415c (diff) | |
parent | cc6084b9ac5cf1d4fe5e7165b71e8fc05d11be1f (diff) | |
download | node-9547ee90db5b9c07030f821329aa6ce98a4ff7fa.tar.gz |
Merge branch 'v0.8.2-release' into v0.8
Conflicts:
AUTHORS
Diffstat (limited to 'src')
-rw-r--r-- | src/node_version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_version.h b/src/node_version.h index 28cacb83d..6f78d7b02 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -25,7 +25,7 @@ #define NODE_MAJOR_VERSION 0 #define NODE_MINOR_VERSION 8 #define NODE_PATCH_VERSION 2 -#define NODE_VERSION_IS_RELEASE 0 +#define NODE_VERSION_IS_RELEASE 1 #ifndef NODE_STRINGIFY #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n) |