diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-06-08 12:48:46 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-06-08 12:48:46 +0300 |
commit | 4fcd82d8ea4556236148a7be102ae9edc3ab58b7 (patch) | |
tree | 8ad25fcff5bc450b9ff7c8f8d1cad93e7c266ace | |
parent | ed7227683ee19a03859deb8d51f4750b4f6809b8 (diff) | |
download | ManaVerse-4fcd82d8ea4556236148a7be102ae9edc3ab58b7.tar.gz ManaVerse-4fcd82d8ea4556236148a7be102ae9edc3ab58b7.tar.bz2 ManaVerse-4fcd82d8ea4556236148a7be102ae9edc3ab58b7.tar.xz ManaVerse-4fcd82d8ea4556236148a7be102ae9edc3ab58b7.zip |
Change version to 1.3.6.9.v1.3.6.9
-rw-r--r-- | ChangeLog | 15 | ||||
-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, 23 insertions, 8 deletions
@@ -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. @@ -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" |