diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-12-24 15:03:39 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-12-24 15:03:39 +0300 |
commit | 25d24557ed6410ce607fe3ee4560816625170c3d (patch) | |
tree | 439ce5204a9ed3f50c8c7c42e3df54aa461244aa | |
parent | 901b3ae6982ca3a978ee314829462830d3a68e3b (diff) | |
download | plus-25d24557ed6410ce607fe3ee4560816625170c3d.tar.gz plus-25d24557ed6410ce607fe3ee4560816625170c3d.tar.bz2 plus-25d24557ed6410ce607fe3ee4560816625170c3d.tar.xz plus-25d24557ed6410ce607fe3ee4560816625170c3d.zip |
Change version to 1.1.12.25v1.1.12.25
-rw-r--r-- | ChangeLog | 12 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | README.txt | 2 | ||||
-rwxr-xr-x | build/packwin | 2 | ||||
-rwxr-xr-x | configure.ac | 2 | ||||
-rw-r--r-- | src/main.h | 4 |
6 files changed, 18 insertions, 6 deletions
@@ -1,3 +1,15 @@ +2011-12-25 New release 1.1.12.25 +fix: increasing log file if client disconnected from network. +fix: memory leak in evol online list. +fix: enter some chars in inventory input box. +fix: some rare used packets. +fix: dont load move type from configuration file. +fix: create char dialog size. +fix: wrong auto adjusting perfomance after sleep mode. +add: last login time in char selection dialog. +add: update mplus font. +add: move target cursors to themes. + 2011-12-11 New release 1.1.12.11 fix: draw damage part on hp bar. fix: recursive directory creation on windows. @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT =============== - Version: 1.1.12.11 Date: 2011-12-11 + Version: 1.1.12.25 Date: 2011-12-25 Development team: - See AUTHORS file for a list diff --git a/README.txt b/README.txt index c5251f9e4..4982c709e 100644 --- a/README.txt +++ b/README.txt @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT
===============
- Version: 1.1.12.11 Date: 2011-12-11
+ Version: 1.1.12.25 Date: 2011-12-25
Development team:
- See AUTHORS file for a list
diff --git a/build/packwin b/build/packwin index 077104227..873d7a123 100755 --- a/build/packwin +++ b/build/packwin @@ -7,7 +7,7 @@ dir=`pwd` cd packaging/windows ./make-translations.sh makensis -DDLLDIR=$dir/../mana_win/libs/dll/ \ - -DPRODUCT_VERSION="1.1.12.11" \ + -DPRODUCT_VERSION="1.1.12.25" \ -DEXESUFFIX=/src \ -DUPX=true \ setup.nsi diff --git a/configure.ac b/configure.ac index bc6106248..291c82258 100755 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT([ManaPlus], [1.1.12.11], [akaras@inbox.ru], [manaplus]) +AC_INIT([ManaPlus], [1.1.12.25], [akaras@inbox.ru], [manaplus]) AM_INIT_AUTOMAKE([1.9]) AC_CONFIG_HEADERS([config.h:config.h.in]) AC_LANG_CPLUSPLUS diff --git a/src/main.h b/src/main.h index 8d6b531fd..c772bf6d7 100644 --- a/src/main.h +++ b/src/main.h @@ -45,8 +45,8 @@ * different interfaces, which have different implementations for each server. */ -#define SMALL_VERSION "1.1.12.11" -#define CHECK_VERSION "01.01.12.11" +#define SMALL_VERSION "1.1.12.25" +#define CHECK_VERSION "01.01.12.25" #ifdef HAVE_CONFIG_H #include "../config.h" |