diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-03-05 21:12:16 +0200 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-03-05 21:12:16 +0200 |
commit | dd7f8f47ae6b998d6a70470660fb86956405f656 (patch) | |
tree | 5c20a77a57e0857088829cdd9b3c8e72f0edd426 | |
parent | b37eba86fa414b9d41cbceaf773c94632231b301 (diff) | |
download | plus-dd7f8f47ae6b998d6a70470660fb86956405f656.tar.gz plus-dd7f8f47ae6b998d6a70470660fb86956405f656.tar.bz2 plus-dd7f8f47ae6b998d6a70470660fb86956405f656.tar.xz plus-dd7f8f47ae6b998d6a70470660fb86956405f656.zip |
Update version to 1.1.3.6
-rw-r--r-- | ChangeLog | 14 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | README.txt | 2 | ||||
-rw-r--r-- | data/help/header.txt | 2 | ||||
-rwxr-xr-x | packwin | 2 | ||||
-rw-r--r-- | src/main.h | 4 |
6 files changed, 20 insertions, 6 deletions
@@ -1,3 +1,17 @@ +2011-03-06 New release 1.1.3.6 +ManaPlus: +fix: remove extra spaces from chat commands. +fix: possible fix for pasting from clipboard in X system. +fix: partially opacity in extended minimaps. +add: add to trade items in item context menu. +add: tabs to spells window. +add: check already downloaded files intergrity. +add: pink theme (Freya). +add: updated pt_BR translation some lines from mana client (Freya). +add: updated tussian translation. +add: update dejavu fonts. + + 2011-02-20 New release 1.1.2.20 ManaPlus: fix: stop/start playung music after changing option. @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT =============== - Version: 1.1.2.20 Date: 2011-02-20 + Version: 1.1.3.6 Date: 2011-03-06 Development team: - See AUTHORS file for a list diff --git a/README.txt b/README.txt index ac8a9521a..b7d9d2f40 100644 --- a/README.txt +++ b/README.txt @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT
===============
- Version: 1.1.2.20 Date: 2011-02-20
+ Version: 1.1.3.6 Date: 2011-03-06
Development team:
- See AUTHORS file for a list
diff --git a/data/help/header.txt b/data/help/header.txt index e424c61dd..48cb0d901 100644 --- a/data/help/header.txt +++ b/data/help/header.txt @@ -2,7 +2,7 @@ ##1 M A N A P L U S ##1 ================================ - ##2Version:##6 1.1.2.20 ##2Date:##3 20 February 2011 + ##2Version:##6 1.1.3.6 ##2Date:##3 06 # March 2011 ##2 Website: http://manaplus.evolonline.org/ ##2 http://tmw.cetki.com/ @@ -5,7 +5,7 @@ dir=`pwd` cd packaging/windows ./make-translations.sh makensis -DDLLDIR=$dir/../mana_win/libs/dll/ \ - -DPRODUCT_VERSION="1.1.2.20" \ + -DPRODUCT_VERSION="1.1.3.06" \ -DEXESUFFIX=/src \ -DUPX=true \ setup.nsi diff --git a/src/main.h b/src/main.h index c8f5371f7..884e13d03 100644 --- a/src/main.h +++ b/src/main.h @@ -89,8 +89,8 @@ //define DEBUG_FONT_COUNTERS 1 //define DEBUG_ALPHA_CACHE 1 -#define SMALL_VERSION "1.1.2.20" -#define CHECK_VERSION "01.01.02.20" +#define SMALL_VERSION "1.1.3.6" +#define CHECK_VERSION "01.01.03.06" #define PACKAGE_EXTENDED_VERSION "ManaPlus (" PACKAGE_OS \ |