diff options
-rw-r--r-- | ChangeLog | 17 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | README.txt | 2 | ||||
-rwxr-xr-x | build/packevol | 2 | ||||
-rwxr-xr-x | build/packwin | 2 | ||||
-rwxr-xr-x | configure.ac | 2 | ||||
-rw-r--r-- | src/main.h | 4 |
7 files changed, 23 insertions, 8 deletions
@@ -1,4 +1,19 @@ -2013-09-02 New release 1.2.9.2 +2012-09-16 New release 1.2.9.16 +fix: non cycle player select. +fix: color in equipment window. +fix: fix hair color palete switching (evol). +fix: horizontal lines draw in software mode. +fix: navigation commands. +fix: partial items load in player selection dialog. +fix: on the fly resize in windows in software mode. +fix: cmake install action. +add: extend theming. +add: improve OpenGL speed. +add: show question dialog before opening urls. +add: improved inventory look. +add: improved speed. + +2012-09-02 New release 1.2.9.2 fix: show special message in window header while doing video test. fix: possible fix non standart update ports on windows. add: show clickable update links in news window. @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT =============== - Version: 1.2.9.2 Date: 2012-09-02 + Version: 1.2.9.16 Date: 2012-09-16 Development team: - See AUTHORS file for a list diff --git a/README.txt b/README.txt index 3d6ee945a..c9192d809 100644 --- a/README.txt +++ b/README.txt @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT
===============
- Version: 1.2.9.2 Date: 2012-09-02
+ Version: 1.2.9.16 Date: 2012-09-16
Development team:
- See AUTHORS file for a list
diff --git a/build/packevol b/build/packevol index 71f2c0ff8..97e647dbb 100755 --- a/build/packevol +++ b/build/packevol @@ -7,7 +7,7 @@ dir=`pwd` cd packaging/windows ./make-translations.sh makensis -DDLLDIR=$dir/../libs/dll/ \ - -DPRODUCT_VERSION="1.2.9.2" \ + -DPRODUCT_VERSION="1.2.9.16" \ -DEXESUFFIX=/src \ -DUPX=true \ evol.nsi diff --git a/build/packwin b/build/packwin index 560a3c613..a30b64e14 100755 --- a/build/packwin +++ b/build/packwin @@ -7,7 +7,7 @@ dir=`pwd` cd packaging/windows ./make-translations.sh makensis -DDLLDIR=$dir/../libs/dll/ \ - -DPRODUCT_VERSION="1.2.9.2" \ + -DPRODUCT_VERSION="1.2.9.16" \ -DEXESUFFIX=/src \ -DUPX=true \ setup.nsi diff --git a/configure.ac b/configure.ac index 001bf85f3..3dd53dc25 100755 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT([ManaPlus], [1.2.9.2], [akaras@inbox.ru], [manaplus]) +AC_INIT([ManaPlus], [1.2.9.16], [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 3ecfef96d..74295aad0 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.2.9.2" -#define CHECK_VERSION "01.02.09.02" +#define SMALL_VERSION "1.2.9.16" +#define CHECK_VERSION "01.02.09.16" #ifdef HAVE_CONFIG_H #include "../config.h" |