Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMyles Borins <mborins@us.ibm.com>2016-10-19 16:13:03 +0300
committerMyles Borins <mborins@us.ibm.com>2016-10-20 00:37:40 +0300
commit6eebe68fd4ea2e29ce7b4a62bc6433518afca042 (patch)
treea9bbe0dc0936637febbd7c557a7d82b7fd382254 /src/node_version.h
parent6072326009cc41f7aed8a8fe99fbf36b298278be (diff)
2016-10-19, Version 6.9.1 'Boron' (LTS) Releasev6.9.1
Notable changes: * streams: Fix a regression introduced in v6.8.0 in readable stream that caused unpipe to remove the wrong stream (Anna Henningsen) PR-URL: https://github.com/nodejs/node/pull/9186
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 f6f40d2a14d..58a06653401 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -8,7 +8,7 @@
#define NODE_VERSION_IS_LTS 1
#define NODE_VERSION_LTS_CODENAME "Boron"
-#define NODE_VERSION_IS_RELEASE 0
+#define NODE_VERSION_IS_RELEASE 1
#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)