diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rwxr-xr-x | configure.ac | 2 |
2 files changed, 7 insertions, 2 deletions
@@ -1,4 +1,9 @@ +2006-03-06 Björn Steinbrink <B.Steinbrink@gmx.de> + + * configure.ac: Version changed to 0.0.19. + 2006-03-06 Philipp Sehmisch <tmw@crushnet.org> + * data/maps/new_9.1.tmx.gz: Fixed some mapping bugs. 2006-03-06 Eugenio Favalli <elvenprogrammer@gmail.com> @@ -1895,4 +1900,4 @@ restore some doxygen comments, improved size adaption and made the window a shorter. * data/graphics/images/login_wallpaper.png: New login wallpaper by - Momotaro.
\ No newline at end of file + Momotaro. diff --git a/configure.ac b/configure.ac index 4558edd3..93d26859 100755 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT([The Mana World], [0.0.18.1], [umperio@users.sourceforge.net], [tmw]) +AC_INIT([The Mana World], [0.0.19], [umperio@users.sourceforge.net], [tmw]) AC_CONFIG_HEADERS([config.h:config.h.in]) AC_LANG_CPLUSPLUS |