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:
authorRod Vagg <rod@vagg.org>2015-04-14 15:57:23 +0300
committerRod Vagg <rod@vagg.org>2015-04-14 15:58:04 +0300
commit44e1f68fb66c01dfda736e4e938f241e1b2ef77d (patch)
tree75809a57c3849ea03742373fc443f72c2844c875
parentaee86a21f2f10d2d7b9c151dda03e742e9e0127d (diff)
2015-04-14 io.js v1.7.1 Releasev1.7.1
Notable changes: * build: A syntax error in the Makefile for release builds caused 1.7.0 to be DOA and unreleased. (Rod Vagg) #1421
-rw-r--r--CHANGELOG.md10
-rw-r--r--src/node_version.h2
2 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 85ba4a67ca6..cb154927712 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,15 @@
# io.js ChangeLog
+## 2015-04-14, Version 1.7.1, @rvagg
+
+### Notable changes
+
+* **build**: A syntax error in the Makefile for release builds caused 1.7.0 to be DOA and unreleased. (Rod Vagg) [#1421](https://github.com/iojs/io.js/pull/1421).
+
+### Commits
+
+* [[`aee86a21f2`](https://github.com/iojs/io.js/commit/aee86a21f2)] - **build**: fix RELEASE check (Rod Vagg) [#1421](https://github.com/iojs/io.js/pull/1421)
+
## 2015-04-14, Version 1.7.0, @rvagg
### Notable changes
diff --git a/src/node_version.h b/src/node_version.h
index 3bdb13bdb78..7061f4e0d30 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -5,7 +5,7 @@
#define NODE_MINOR_VERSION 7
#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)