From ee9937319ccd6cccd5ac7bab5aaad91f633acf20 Mon Sep 17 00:00:00 2001 From: WrinklyNinja Date: Sun, 10 Aug 2014 18:00:57 +0100 Subject: [PATCH] Updated versions of Boost and libgit2 used. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 85a04e80..b0cd782a 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,9 @@ LOOT uses [CMake](http://cmake.org) for cross-platform building support, as thou LOOT requires the following libraries (version numbers used in latest development revision given): * [Alphanum](http://www.davekoelle.com/files/alphanum.hpp) -* [Boost](http://www.boost.org) v1.55.0 +* [Boost](http://www.boost.org) v1.56.0 * [Libespm](http://github.com/WrinklyNinja/libespm) -* [Libgit2](http://libgit2.github.com/) v0.21.0 +* [Libgit2](http://libgit2.github.com/) v0.21.1 * [Libloadorder](http://github.com/WrinklyNinja/libloadorder) * [wxWidgets](http://www.wxwidgets.org) v3.0.1 * [yaml-cpp](http://github.com/WrinklyNinja/yaml-cpp)