summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README2
-rw-r--r--README.md2
-rw-r--r--README.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 2ddf4bb65..f7ccdaccd 100644
--- a/README
+++ b/README
@@ -12,7 +12,7 @@ THE MANA PLUS CLIENT
Powered by:
- SDL, SDL_image, SDL_mixer, SDL_ttf, SDL_net (Media framework), SDL_gfx
- - libxml2 (XML parsing and writing)
+ - libxml2 or pugixml (XML parsing and writing)
- PhysFS (Data files)
- libcurl (HTTP downloads)
- zlib (Archives)
diff --git a/README.md b/README.md
index b1fd441ac..abf39f6bd 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ Version: 1.7.2.4 Date: 2017-02-04
### Powered by:
- [SDL](http://libsdl.org/), SDL_image, SDL_mixer, SDL_ttf, SDL_net (Media framework), SDL_gfx
- - [libxml2](http://xmlsoft.org/) (XML parsing and writing)
+ - [libxml2](http://xmlsoft.org/) or [pugixml](http://pugixml.org/) (XML parsing and writing)
- [PhysFS](https://icculus.org/physfs/) (Data files)
- [libcurl](http://curl.haxx.se/) (HTTP downloads)
- [zlib](http://zlib.net/) (Archives)
diff --git a/README.txt b/README.txt
index 366d4d02d..2d61516a4 100644
--- a/README.txt
+++ b/README.txt
@@ -12,7 +12,7 @@ THE MANA PLUS CLIENT
Powered by:
- SDL, SDL_image, SDL_mixer, SDL_ttf, SDL_net (Media framework), SDL_gfx
- - libxml2 (XML parsing and writing)
+ - libxml2 or pugixml (XML parsing and writing)
- PhysFS (Data files)
- libcurl (HTTP downloads)
- zlib (Archives)