summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRod Vagg <rod@vagg.org>2015-06-01 13:21:15 +1000
committerRod Vagg <rod@vagg.org>2015-06-01 13:21:15 +1000
commitfe84797301246cff1345dbd06bca9fafb6b54d31 (patch)
tree009b9f6b5e0835a3b7299d5fb5430aef3371144d /src
parentc5a1009903e98bc087a53d5a12fed4b1c23582fb (diff)
downloadnode-new-fe84797301246cff1345dbd06bca9fafb6b54d31.tar.gz
2015-06-01 io.js v2.2.1 Releasev2.2.1
PR-URL: https://github.com/nodejs/io.js/pull/1856 Notable Changes: * http: reverts the removal of an undocumented `client` property on client connections, this property is being used in the wild, most notably by https://github.com/request/request which is used by npm. (Michaƫl Zasso) [#1852](nodejs#1852).
Diffstat (limited to 'src')
-rw-r--r--src/node_version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_version.h b/src/node_version.h
index a949cc4310..179fe4a4b2 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -5,7 +5,7 @@
#define NODE_MINOR_VERSION 2
#define NODE_PATCH_VERSION 1
-#define NODE_VERSION_IS_RELEASE 0
+#define NODE_VERSION_IS_RELEASE 1
#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)