diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-05-11 12:37:56 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-05-11 12:37:56 +0300 |
commit | 5079a023a3447712e9285d3750854ffbb96fb885 (patch) | |
tree | 5551315b2e04a694a8a0d517d2887b3c24abfd2b | |
parent | 8b74148d038ae9ed5e102bf52d218c3f59cfd624 (diff) | |
download | plus-5079a023a3447712e9285d3750854ffbb96fb885.tar.gz plus-5079a023a3447712e9285d3750854ffbb96fb885.tar.bz2 plus-5079a023a3447712e9285d3750854ffbb96fb885.tar.xz plus-5079a023a3447712e9285d3750854ffbb96fb885.zip |
Change version to 1.3.5.12
-rw-r--r-- | ChangeLog | 13 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | README.txt | 2 | ||||
-rwxr-xr-x | build/packevol | 2 | ||||
-rwxr-xr-x | build/packtmw | 2 | ||||
-rwxr-xr-x | build/packwin | 2 | ||||
-rwxr-xr-x | configure.ac | 2 | ||||
-rw-r--r-- | src/main.h | 4 |
8 files changed, 21 insertions, 8 deletions
@@ -1,3 +1,16 @@ +2013-05-12 New release 1.3.5.12 +fix: update host issue after registering on evol server. +fix: outline colors in pink theme. +add: improve character selection window +add: default different font sizes in different screen density. +add: different options depend on screen density. +add: option for override screen density. +add: small and big font sizes from 8 to 23 +add: extend outlining to all controls. +add: some new colors in themes. +add: themes update. +add: installer script for tmw windows build. + 2013-04-28 New release 1.3.4.28 add: delay for hurt sound. add: support for GIMP palettes. @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT =============== - Version: 1.3.4.28 Date: 2013-04-28 + Version: 1.3.5.12 Date: 2013-05-12 Development team: - See AUTHORS file for a list diff --git a/README.txt b/README.txt index 8f0e73c51..240555336 100644 --- a/README.txt +++ b/README.txt @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT
===============
- Version: 1.3.4.28 Date: 2013-04-28
+ Version: 1.3.5.12 Date: 2013-05-12
Development team:
- See AUTHORS file for a list
diff --git a/build/packevol b/build/packevol index 9e443122a..e9a3a52a7 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.3.4.28" \ + -DPRODUCT_VERSION="1.3.5.12" \ -DEXESUFFIX=/src \ -DUPX=true \ evol.nsi diff --git a/build/packtmw b/build/packtmw index 8460ddbc7..3b73bc7be 100755 --- a/build/packtmw +++ b/build/packtmw @@ -7,7 +7,7 @@ dir=`pwd` cd packaging/windows ./make-translations.sh makensis -DDLLDIR=$dir/../libs/dll/ \ - -DPRODUCT_VERSION="1.3.4.28" \ + -DPRODUCT_VERSION="1.3.5.12" \ -DEXESUFFIX=/src \ -DUPX=true \ tmw.nsi diff --git a/build/packwin b/build/packwin index abd74ead1..5dda5520d 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.3.4.28" \ + -DPRODUCT_VERSION="1.3.5.12" \ -DEXESUFFIX=/src \ -DUPX=true \ setup.nsi diff --git a/configure.ac b/configure.ac index 233a8ff18..3b87881cf 100755 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT([ManaPlus], [1.3.4.28], [akaras@inbox.ru], [manaplus]) +AC_INIT([ManaPlus], [1.3.5.12], [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 dfc5e6e17..7590a8b42 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.3.4.28" -#define CHECK_VERSION "01.03.04.28" +#define SMALL_VERSION "1.3.5.12" +#define CHECK_VERSION "01.03.05.12" #ifdef HAVE_CONFIG_H #include "../config.h" |