diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-04-07 16:17:00 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-04-07 16:17:00 +0000 |
commit | c96bbebb4b225e1e76297a93cd85f91ac4e92273 (patch) | |
tree | 939488b5924cdd0ed2296af64fdda637ebd0abf4 /configure.ac | |
parent | 660d3a52aa1bdcbac012a99db8f78642085b6cc8 (diff) | |
download | mana-client-c96bbebb4b225e1e76297a93cd85f91ac4e92273.tar.gz mana-client-c96bbebb4b225e1e76297a93cd85f91ac4e92273.tar.bz2 mana-client-c96bbebb4b225e1e76297a93cd85f91ac4e92273.tar.xz mana-client-c96bbebb4b225e1e76297a93cd85f91ac4e92273.zip |
Changed version from 0.0.11a to 0.0.11.1. Also made "+" buttons on stats window
and "Up" button on skills window disable when appropriate.
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 5290de1d..f23f1590 100755 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT([The Mana World], [0.0.11a], [umperio@users.sourceforge.net]) +AC_INIT([The Mana World], [0.0.11.1], [umperio@users.sourceforge.net]) AC_CONFIG_HEADERS([config.h:config.h.in]) AC_LANG_CPLUSPLUS |