summaryrefslogtreecommitdiff
path: root/src/node_version.h
diff options
context:
space:
mode:
authorcjihrig <cjihrig@gmail.com>2015-07-28 10:59:14 -0400
committercjihrig <cjihrig@gmail.com>2015-07-28 11:08:18 -0400
commit3ce020b7ba1b64dd8c76d4b84b0fdec2e041f312 (patch)
tree75240a5d995e34aacc856a62957ad994fb8126c4 /src/node_version.h
parentab479659c789f938f0560b49167ba85ef825f1ba (diff)
downloadnode-new-3ce020b7ba1b64dd8c76d4b84b0fdec2e041f312.tar.gz
2015-07-28 io.js v2.5.0 Releasev2.5.0
Notable changes * **https**: TLS sessions in Agent are reused (Fedor Indutny) https://github.com/nodejs/io.js/pull/2228. * **src**: base64 decoding is now 50% faster (Ben Noordhuis) https://github.com/nodejs/io.js/pull/2193. * **npm**: Upgraded to v2.13.2, release notes can be found in <https://github.com/npm/npm/releases/tag/v2.13.2> (Kat Marchán) https://github.com/nodejs/io.js/pull/2241. PR-URL: https://github.com/nodejs/io.js/issues/2239
Diffstat (limited to 'src/node_version.h')
-rw-r--r--src/node_version.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/node_version.h b/src/node_version.h
index 657241d3b1..e6e8ce019f 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -2,10 +2,10 @@
#define SRC_NODE_VERSION_H_
#define NODE_MAJOR_VERSION 2
-#define NODE_MINOR_VERSION 4
-#define NODE_PATCH_VERSION 1
+#define NODE_MINOR_VERSION 5
+#define NODE_PATCH_VERSION 0
-#define NODE_VERSION_IS_RELEASE 0
+#define NODE_VERSION_IS_RELEASE 1
#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)