diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | INSTALL | 1 | ||||
-rw-r--r-- | README | 2 | ||||
-rwxr-xr-x | configure.ac | 2 |
4 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,6 @@ +0.0.14.1 (7 July 2005) +- Fixed two map files not included in the source release + 0.0.14 (3 July 2005) - Added action menu (moved trading to action menu) - Added support for map properties @@ -22,6 +22,7 @@ and some libraries. The required libraries are: 4) Guichan 0.4.0 http://guichan.sourceforge.net/ 5) libxml2 http://www.xmlsoft.org/ 6) physfs 1.0.0 http://icculus.org/physfs/ +7) zlib 1.2.x http://www.gzip.org/zlib If you checked TMW out from CVS you will also need these tools to compile: @@ -1,7 +1,7 @@ THE MANA WORLD ============== - Version: 0.0.14 Date: 3/7/2005 + Version: 0.0.14.1 Date: 7/7/2005 Development team: diff --git a/configure.ac b/configure.ac index efad0033..78c2f7f6 100755 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT([The Mana World], [0.0.14], [umperio@users.sourceforge.net], [tmw]) +AC_INIT([The Mana World], [0.0.14.1], [umperio@users.sourceforge.net], [tmw]) AC_CONFIG_HEADERS([config.h:config.h.in]) AC_LANG_CPLUSPLUS |