diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-12-24 15:20:32 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-12-24 15:20:32 +0000 |
commit | 3784ce02a149ef40a269d30d8fc7e8ad0407516c (patch) | |
tree | 7cc986f0e7a8609fe1e57a6fa123eb43382c26db /configure.ac | |
parent | eaa16c5602d7f9081ef16c799f4492b68cc81a9c (diff) | |
download | mana-3784ce02a149ef40a269d30d8fc7e8ad0407516c.tar.gz mana-3784ce02a149ef40a269d30d8fc7e8ad0407516c.tar.bz2 mana-3784ce02a149ef40a269d30d8fc7e8ad0407516c.tar.xz mana-3784ce02a149ef40a269d30d8fc7e8ad0407516c.zip |
Some preparations for release 0.0.18.1. Fixing of damage fadeout glitches is
also planned to be included in this release.
Diffstat (limited to 'configure.ac')
-rwxr-xr-x | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 835907e6..4558edd3 100755 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT([The Mana World], [0.0.18], [umperio@users.sourceforge.net], [tmw]) +AC_INIT([The Mana World], [0.0.18.1], [umperio@users.sourceforge.net], [tmw]) AC_CONFIG_HEADERS([config.h:config.h.in]) AC_LANG_CPLUSPLUS |