From 2640677e173a4d670e09ed56b62c3302c7ccef5f Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sun, 11 Oct 2015 11:38:29 +0100 Subject: [PATCH] Update to libgit2 v0.23.3. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc0eb856..b03f27cb 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ LOOT requires the following C/C++ libraries (version numbers used in latest deve * [Chromium Embedded Framework](https://bitbucket.org/chromiumembedded/cef) branch 2454: Required to build the GUI, but not the API or tests. * [Google Test](https://github.com/google/googletest) v1.7: Required to build the tests, but not the API or the GUI. * [Libespm](http://github.com/WrinklyNinja/libespm) -* [Libgit2](http://libgit2.github.com/) v0.23.2 +* [Libgit2](http://libgit2.github.com/) v0.23.3 * [Libloadorder](http://github.com/WrinklyNinja/libloadorder) * [Pseudosem](http://github.com/WrinklyNinja/pseudosem): v1.0.1 * [yaml-cpp](http://github.com/WrinklyNinja/yaml-cpp): Use the `patched-for-loot` branch.