diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-02-18 19:21:25 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-02-18 19:21:25 +0000 |
commit | 9200c6879214c7ebca52c271e29ad0ee7f69d0b6 (patch) | |
tree | e30e9e6bf5826e12eb1160395d7a7f8c664e7fc8 | |
parent | 8f28636093d75b33cc5071e659291ac2ff54db8b (diff) | |
download | mana-9200c6879214c7ebca52c271e29ad0ee7f69d0b6.tar.gz mana-9200c6879214c7ebca52c271e29ad0ee7f69d0b6.tar.bz2 mana-9200c6879214c7ebca52c271e29ad0ee7f69d0b6.tar.xz mana-9200c6879214c7ebca52c271e29ad0ee7f69d0b6.zip |
Updated required ENet version to 1.2.
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | INSTALL | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -1,6 +1,7 @@ 2008-02-18 Bjørn Lindeijer <bjorn@lindeijer.nl> - * INSTALL: Added notes about installing gettext and cvs. + * INSTALL: Added notes about installing gettext and cvs and updated + required ENet version to 1.2. 2008-02-13 Philipp Sehmisch <tmw@crushnet.org> @@ -19,7 +19,7 @@ and some libraries. The required libraries are: * SDL http://www.libsdl.org/ * SDL_mixer http://www.libsdl.org/projects/SDL_mixer/ * SDL_image http://www.libsdl.org/projects/SDL_image/ -* ENet 1.0 http://enet.bespin.org/ +* ENet 1.2 http://enet.bespin.org/ * Guichan 0.7.0 http://guichan.sourceforge.net/ * libxml2 http://www.xmlsoft.org/ * physfs 1.0.x http://icculus.org/physfs/ |