summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Batischev <eual.jp@gmail.com>2018-12-29 15:57:56 +0300
committerAlexander Batischev <eual.jp@gmail.com>2018-12-29 15:57:56 +0300
commit8e81bf75e5702a54c210ff432dd2a9a7591d3a65 (patch)
tree724612cf3a000de3beaad21573de514bdf57c0a8
parentca5fc047818151b5e2b925c99f768a7092498b95 (diff)
Update files for 2.14 releaser2.14
-rw-r--r--CHANGELOG.md4
-rw-r--r--README.md4
-rw-r--r--config.h2
3 files changed, 5 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d62b9762..78d0ec63 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,7 @@
-## 2.14 - UNKNOWN DATE
+## 2.14 - 2018-12-29
Lists below only mention user-visible changes, but I would also like to
acknowledge contributions from the following people: Paul Woolcock, Raphael
@@ -31,7 +31,7 @@ Nestler, Thanga Ayyanar A.
(Lysander Trischler)
- Document that minimum supported CURL version is 7.21.6. This has been the case
since 2.10, but wasn't documented at the time (Alexander Batischev)
-- Update vendored version of nlohmann/json to 3.5.0
+- Update vendored version of nlohmann/json to 3.4.0
- Update vendored version of Catch2 to 2.5.0
### Fixed
diff --git a/README.md b/README.md
index 01c9f5ef..2a4a89f4 100644
--- a/README.md
+++ b/README.md
@@ -52,8 +52,8 @@ Support
-------
* Check out our
- [documentation](https://newsboat.org/releases/2.13/docs/newsboat.html) and
- [FAQ](https://newsboat.org/releases/2.13/docs/faq.html)
+ [documentation](https://newsboat.org/releases/2.14/docs/newsboat.html) and
+ [FAQ](https://newsboat.org/releases/2.14/docs/faq.html)
* Bugs and whatnot should be reported to the
[issue tracker](https://github.com/newsboat/newsboat/issues)
* Drop us a line at
diff --git a/config.h b/config.h
index 9d621f9f..dc0de665 100644
--- a/config.h
+++ b/config.h
@@ -8,7 +8,7 @@
#define STRINGIFY(str) STRINGIFY_HELPER(str)
#define NEWSBOAT_VERSION_MAJOR 2
-#define NEWSBOAT_VERSION_MINOR 13
+#define NEWSBOAT_VERSION_MINOR 14
#define NEWSBOAT_VERSION_PATCH 0
#define REAL_VERSION \
STRINGIFY(NEWSBOAT_VERSION_MAJOR) \