diff options
author | isaacs <i@izs.me> | 2013-03-06 15:47:29 -0800 |
---|---|---|
committer | isaacs <i@izs.me> | 2013-03-06 15:47:29 -0800 |
commit | 67a4cb4fe8c2346e30ffb83f7178e205cc2dab33 (patch) | |
tree | aee299a62654a8bf10b942d1090d9a105705cb9d /src/node_version.h | |
parent | 80fb580936d82bb274bd35fe66e7d61cc01b0fd4 (diff) | |
download | node-67a4cb4fe8c2346e30ffb83f7178e205cc2dab33.tar.gz |
2013.03.07, Version 0.8.22 (Stable)v0.8.22v0.8.22-release
* npm: Update to 1.2.14
* cluster: propagate bind errors (Ben Noordhuis)
* crypto: don't assert when calling Cipher#final() twice (Ben Noordhuis)
* build, windows: disable SEH (Ben Noordhuis)
Diffstat (limited to 'src/node_version.h')
-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 bc689339d..5d318d9a8 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -30,7 +30,7 @@ # define NODE_TAG "" #endif -#define NODE_VERSION_IS_RELEASE 0 +#define NODE_VERSION_IS_RELEASE 1 #ifndef NODE_STRINGIFY #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n) |