diff options
| author | isaacs <i@izs.me> | 2013-05-14 11:42:16 -0700 |
|---|---|---|
| committer | isaacs <i@izs.me> | 2013-05-14 13:51:43 -0700 |
| commit | 5deb1672f2b5794f8be19498a425ea4dc0b0711f (patch) | |
| tree | c7f576c2313b1d0ce4d6f5e37d668b9ce30381e7 /src/node_version.h | |
| parent | a241deb19a6f5a8e95909127858b7b26cd64ae93 (diff) | |
| download | node-v0.10.6-release.tar.gz | |
2013.05.14, Version 0.10.6 (Stable)v0.10.6v0.10.6-release
* module: Deprecate require.extensions (isaacs)
* stream: make Readable.wrap support objectMode, empty streams (Daniel Moore)
* child_process: fix handle delivery (Ben Noordhuis)
* crypto: Fix performance regression (isaacs)
* src: DRY string encoding/decoding (isaacs)
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 65b1176d2..401d9cec2 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -26,7 +26,7 @@ #define NODE_MINOR_VERSION 10 #define NODE_PATCH_VERSION 6 -#define NODE_VERSION_IS_RELEASE 0 +#define NODE_VERSION_IS_RELEASE 1 #ifndef NODE_TAG # define NODE_TAG "" |
