summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2006-08-21 22:03:46 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2006-08-21 22:03:46 +0000
commit5492916bb7fc86bfbc7046df403e13d7b4499d33 (patch)
tree4676d491fec4a5ecb5f9a31c3fc91894e1ea47c1 /configure.ac
parent4cc295f1324b8bed5a40b1e081d25e517d2429c2 (diff)
downloadmana-client-5492916bb7fc86bfbc7046df403e13d7b4499d33.tar.gz
mana-client-5492916bb7fc86bfbc7046df403e13d7b4499d33.tar.bz2
mana-client-5492916bb7fc86bfbc7046df403e13d7b4499d33.tar.xz
mana-client-5492916bb7fc86bfbc7046df403e13d7b4499d33.zip
Updated makefiles to account for new ambient images and changed the version
from 0.0.20.1 to 0.0.21.
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c0816aa7..e33341ad 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.59)
-AC_INIT([The Mana World], [0.0.20.1], [elvenprogrammer@gmail.com], [tmw])
+AC_INIT([The Mana World], [0.0.21], [elvenprogrammer@gmail.com], [tmw])
AC_CONFIG_HEADERS([config.h:config.h.in])
AC_LANG_CPLUSPLUS
@@ -109,6 +109,7 @@ data/Makefile
data/graphics/Makefile
data/graphics/gui/Makefile
data/graphics/images/Makefile
+data/graphics/images/ambient/Makefile
data/graphics/sprites/Makefile
data/graphics/tiles/Makefile
data/help/Makefile