From 5079a023a3447712e9285d3750854ffbb96fb885 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 11 May 2013 12:37:56 +0300 Subject: Change version to 1.3.5.12 --- ChangeLog | 13 +++++++++++++ README | 2 +- README.txt | 2 +- build/packevol | 2 +- build/packtmw | 2 +- build/packwin | 2 +- configure.ac | 2 +- src/main.h | 4 ++-- 8 files changed, 21 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 22dae270d..bf0c96d88 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/README b/README index c48867804..bd8dd0ad1 100644 --- a/README +++ b/README @@ -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" -- cgit v1.2.3-70-g09d2