summaryrefslogtreecommitdiff
path: root/src/node_version.h
diff options
context:
space:
mode:
authorRod Vagg <rod@vagg.org>2017-06-21 22:49:29 +0200
committerRod Vagg <rod@vagg.org>2017-06-29 17:02:43 +1000
commit53b8c51e7c4fca593eeeddbec0bdcfd77466cc80 (patch)
tree94d7b5549b1eefcfb7ead4fe83cd5cd516a2095e /src/node_version.h
parentf4b5b704447821dda56069a601595322344248ab (diff)
downloadandroid-node-v8-53b8c51e7c4fca593eeeddbec0bdcfd77466cc80.tar.gz
android-node-v8-53b8c51e7c4fca593eeeddbec0bdcfd77466cc80.tar.bz2
android-node-v8-53b8c51e7c4fca593eeeddbec0bdcfd77466cc80.zip
2017-06-29, Version 8.1.3 (Current)
Notable changes * **Stream** Two regressions with the `stream` module have been fixed: * The `finish` event will now always be emitted after the `error` event if one is emitted: [[`0a9e96e86c`](https://github.com/nodejs/node/commit/0a9e96e86c)] [#13850](https://github.com/nodejs/node/pull/13850) * In object mode, readable streams can now use `undefined` again. [[`5840138e70`](https://github.com/nodejs/node/commit/5840138e70)] [#13760](https://github.com/nodejs/node/pull/13760)
Diffstat (limited to 'src/node_version.h')
-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 7b43eaf56c..d9f8189fd5 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -26,7 +26,7 @@
#define NODE_MINOR_VERSION 0
#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)