diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-04-18 15:53:56 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-04-18 15:53:56 +0000 |
commit | 708384a6b1fca22c6352deb79e52422266dc307e (patch) | |
tree | 99fc89b50c1cae19d053e8bd30723ba964792820 /configure.ac | |
parent | 1f03c67e2c81c75d83053dbabb1afca646a35ad6 (diff) | |
download | mana-708384a6b1fca22c6352deb79e52422266dc307e.tar.gz mana-708384a6b1fca22c6352deb79e52422266dc307e.tar.bz2 mana-708384a6b1fca22c6352deb79e52422266dc307e.tar.xz mana-708384a6b1fca22c6352deb79e52422266dc307e.zip |
Ok, of course the biggest problem to solve with OpenGL integration is loading
and rendering of images.
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 e9e609fa..41be8258 100755 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT([The Mana World], [0.0.11.2], [umperio@users.sourceforge.net], [tmw]) +AC_INIT([The Mana World], [0.0.12], [umperio@users.sourceforge.net], [tmw]) AC_CONFIG_HEADERS([config.h:config.h.in]) AC_LANG_CPLUSPLUS |