diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-07-25 17:27:39 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-07-25 17:27:39 +0000 |
commit | e2d5312c793c3667213acd794dd4c5c5c49d9c75 (patch) | |
tree | 1bf68a44558f7ae18411653268627bc86a907fd2 /configure.ac | |
parent | d6f2cdf4da05482df874fedc24832735eb80c8fc (diff) | |
download | mana-e2d5312c793c3667213acd794dd4c5c5c49d9c75.tar.gz mana-e2d5312c793c3667213acd794dd4c5c5c49d9c75.tar.bz2 mana-e2d5312c793c3667213acd794dd4c5c5c49d9c75.tar.xz mana-e2d5312c793c3667213acd794dd4c5c5c49d9c75.zip |
Updated the version to 0.0.25, release planned this Sunday.
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 6816c743..ddd47e40 100755 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT([The Mana World], [0.0.24.1], [elvenprogrammer@gmail.com], [tmw]) +AC_INIT([The Mana World], [0.0.25], [elvenprogrammer@gmail.com], [tmw]) AC_CONFIG_HEADERS([config.h:config.h.in]) AC_LANG_CPLUSPLUS |