diff options
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | config.h | 2 |
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 @@ -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 @@ -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) \ |