From bf68d78f60f704225fc8f1e69f1c606ce4c5849e Mon Sep 17 00:00:00 2001 From: WrinklyNinja Date: Sat, 12 Jul 2014 09:10:23 +0100 Subject: [PATCH] Updated readme's wxWidgets version. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad61c744..85a04e80 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ LOOT requires the following libraries (version numbers used in latest developmen * [Libespm](http://github.com/WrinklyNinja/libespm) * [Libgit2](http://libgit2.github.com/) v0.21.0 * [Libloadorder](http://github.com/WrinklyNinja/libloadorder) -* [wxWidgets](http://www.wxwidgets.org) v3.0.0 +* [wxWidgets](http://www.wxwidgets.org) v3.0.1 * [yaml-cpp](http://github.com/WrinklyNinja/yaml-cpp) Alphanum and Libespm do not require any additional setup. The rest of the libraries must be built separately. Instructions for building them and LOOT itself using MSVC or MinGW are given in [docs/BUILD.MSVC.md](docs/BUILD.MSVC.md) and [docs/BUILD.MinGW.md](docs/BUILD.MinGW.md) respectively.