diff --git a/CMakeLists.txt b/CMakeLists.txt index 51cdadd..6a207d9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required (VERSION 3.7) project (mastorss - VERSION 0.4.1 + VERSION 0.4.2 LANGUAGES CXX ) diff --git a/README.md b/README.md index d5c0cef..6d8e5b6 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ The documentation is far from complete, sorry. * [boost](http://www.boost.org/) (tested: 1.63.0) * [libcurl](https://curl.haxx.se/) (tested: 7.58.0) * [curlpp](http://www.curlpp.org/) (tested: 0.8.1) - * [mastodon-cpp](https://github.com/tastytea/mastodon-cpp) (at least: 0.6.4) + * [mastodon-cpp](https://github.com/tastytea/mastodon-cpp) (at least: 0.8.6) ## Get sourcecode diff --git a/src/config.cpp b/src/config.cpp index 85a6bae..2e28609 100644 --- a/src/config.cpp +++ b/src/config.cpp @@ -21,7 +21,7 @@ #include #include #include -#include +#include #include "mastorss.hpp" namespace pt = boost::property_tree; diff --git a/src/mastorss.cpp b/src/mastorss.cpp index 8ebbc53..ee79fd5 100644 --- a/src/mastorss.cpp +++ b/src/mastorss.cpp @@ -25,7 +25,7 @@ #include #include #include -#include +#include #include "version.hpp" #include "mastorss.hpp" diff --git a/src/parse.cpp b/src/parse.cpp index 099b8ef..63febde 100644 --- a/src/parse.cpp +++ b/src/parse.cpp @@ -26,7 +26,7 @@ #include #include #include -#include +#include #include "mastorss.hpp" namespace pt = boost::property_tree;