From 4fcd82d8ea4556236148a7be102ae9edc3ab58b7 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 8 Jun 2013 12:48:46 +0300 Subject: Change version to 1.3.6.9. --- ChangeLog | 15 +++++++++++++++ README | 2 +- README.txt | 2 +- build/packevol | 2 +- build/packtmw | 2 +- build/packwin | 2 +- configure.ac | 2 +- src/main.h | 4 ++-- 8 files changed, 23 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 137f60943..403a1224a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2013-06-09 New release 1.3.6.9 +fix: colors in jewelry theme. +fix: player sprite in disguise mode. +fix: spell attack key. +fix: some inventory crashes. +fix: space button in edit server dialog. +fix: wrong animation time with goto and label. +add: money popup in inventory. +add: include tags in most configs. +add: drag and drop between inventory and other windows. +add: chat command for testing particle effects: /testparticle +add: alternate server name in servers list. +add: improve windows version speed. +add: remove "server:" from chat notifications. + 2013-05-26 New release 1.3.5.26 fix: char selection dialog if screen is big. fix: resources reloading if switching servers. diff --git a/README b/README index b1dd8344b..07ad47c6c 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT =============== - Version: 1.3.5.26 Date: 2013-05-26 + Version: 1.3.6.9 Date: 2013-06-09 Development team: - See AUTHORS file for a list diff --git a/README.txt b/README.txt index 687ead36b..f90353a8c 100644 --- a/README.txt +++ b/README.txt @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT =============== - Version: 1.3.5.26 Date: 2013-05-26 + Version: 1.3.6.9 Date: 2013-06-9 Development team: - See AUTHORS file for a list diff --git a/build/packevol b/build/packevol index 2c75d00db..40a04f701 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.5.26" \ + -DPRODUCT_VERSION="1.3.6.9" \ -DEXESUFFIX=/src \ -DUPX=true \ evol.nsi diff --git a/build/packtmw b/build/packtmw index 3363d3e9b..4652f119b 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.5.26" \ + -DPRODUCT_VERSION="1.3.6.9" \ -DEXESUFFIX=/src \ -DUPX=true \ tmw.nsi diff --git a/build/packwin b/build/packwin index 4e486f2f0..28fddd5ef 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.5.26" \ + -DPRODUCT_VERSION="1.3.6.9" \ -DEXESUFFIX=/src \ -DUPX=true \ setup.nsi diff --git a/configure.ac b/configure.ac index 1b6063dcf..6285f9014 100755 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT([ManaPlus], [1.3.5.26], [akaras@inbox.ru], [manaplus]) +AC_INIT([ManaPlus], [1.3.6.9], [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 39947eea1..470c6969c 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.5.26" -#define CHECK_VERSION "01.03.05.26" +#define SMALL_VERSION "1.3.6.9" +#define CHECK_VERSION "01.03.06.09" #ifdef HAVE_CONFIG_H #include "../config.h" -- cgit v1.2.3-70-g09d2