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 <myles.borins@gmail.com>2017-01-05 21:23:14 +0300
committerMyles Borins <myles.borins@gmail.com>2017-01-05 23:28:27 +0300
commit480c589868357d9051881cf4bbdc6e2f4739af33 (patch)
treeea8e3730ed7ee42028bfa6624078cd5600eb6bd2
parent4357591a64a49f2e15761680cdb5f2f9134d8d63 (diff)
2017-01-05, Version 4.7.2 'Argon' (LTS)v4.7.2
This is a special release that contains 0 commits. While promoting additional platforms for v4.7.1 after the release, the tarballs on the release server were overwritten and now have different shasums. In order to remove any ambiguity around the release we have opted to do a semver patch release with no changes.
-rw-r--r--CHANGELOG.md15
-rw-r--r--src/node_version.h2
2 files changed, 16 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d23fb40d930..bf32821299b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,20 @@
# Node.js ChangeLog
+## 2017-01-05, Version 4.7.2 'Argon' (LTS), @MylesBorins
+
+This is a special release that contains 0 commits. While promoting additional
+platforms for v4.7.1 after the release, the tarballs on the release server were
+overwritten and now have different shasums. In order to remove any ambiguity
+around the release we have opted to do a semver patch release with no changes.
+
+### Notable Changes
+
+N/A
+
+### Commits
+
+N/A
+
## 2017-01-03, Version 4.7.1 'Argon' (LTS), @MylesBorins
This LTS release comes with 180 commits. This includes 117 which are test related,
diff --git a/src/node_version.h b/src/node_version.h
index 8c2308626a4..512bbf324ae 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 "Argon"
-#define NODE_VERSION_IS_RELEASE 0
+#define NODE_VERSION_IS_RELEASE 1
#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)