From 44e1f68fb66c01dfda736e4e938f241e1b2ef77d Mon Sep 17 00:00:00 2001 From: Rod Vagg Date: Tue, 14 Apr 2015 22:57:23 +1000 Subject: [PATCH] 2015-04-14 io.js v1.7.1 Release Notable changes: * build: A syntax error in the Makefile for release builds caused 1.7.0 to be DOA and unreleased. (Rod Vagg) #1421 --- CHANGELOG.md | 10 ++++++++++ src/node_version.h | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85ba4a6..cb15492 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 3bdb13b..7061f4e 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) -- 2.7.4