diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-07-07 17:49:24 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-07-07 17:49:24 +0000 |
commit | c514e27292bdf6c9376dfb8712b4b03d112b5a9b (patch) | |
tree | ff4cd68a348b1271eb7a07d5be576a7bca2951ba | |
parent | dc3afe4b9b1d12b50d143e3d167ec38990cf2167 (diff) | |
download | mana-c514e27292bdf6c9376dfb8712b4b03d112b5a9b.tar.gz mana-c514e27292bdf6c9376dfb8712b4b03d112b5a9b.tar.bz2 mana-c514e27292bdf6c9376dfb8712b4b03d112b5a9b.tar.xz mana-c514e27292bdf6c9376dfb8712b4b03d112b5a9b.zip |
Changes for 0.0.14.1 source and Debian releases.
-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 |