diff options
-rw-r--r-- | ChangeLog | 14 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | README.txt | 2 | ||||
-rwxr-xr-x | build/packevol | 2 | ||||
-rwxr-xr-x | build/packwin | 2 | ||||
-rwxr-xr-x | configure.ac | 2 | ||||
-rw-r--r-- | src/main.h | 4 |
7 files changed, 21 insertions, 7 deletions
@@ -1,3 +1,17 @@ +2012-03-18 New release 1.2.3.18 +fix: minimaps scrolling with moving camera. +fix: context menu in outfits window. +fix: shortcuts creation in windows portable version. +fix: volume in afk mode if was disconnect from server. +add: many update hosts. (evol only) +add: dye mode S. +add: support for unknown for SDL keys bindings. +add: basic skills actions. +add: allow add skills to shortcuts bar. +add: per race equipment sprites. +add: remove second "equip" button. +add: neutral other gender. + 2012-03-04 New release 1.2.3.4 fix: loading client data translations. fix: display translated xp+job messages. @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT =============== - Version: 1.2.3.4 Date: 2012-03-04 + Version: 1.2.3.18 Date: 2012-03-18 Development team: - See AUTHORS file for a list diff --git a/README.txt b/README.txt index 35b70f693..aa69a8554 100644 --- a/README.txt +++ b/README.txt @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT
===============
- Version: 1.2.3.4 Date: 2012-03-04
+ Version: 1.2.3.18 Date: 2012-03-18
Development team:
- See AUTHORS file for a list
diff --git a/build/packevol b/build/packevol index fecc4304a..fcc2f3d7e 100755 --- a/build/packevol +++ b/build/packevol @@ -7,7 +7,7 @@ dir=`pwd` cd packaging/windows ./make-translations.sh makensis -DDLLDIR=$dir/../mana_win/libs/dll/ \ - -DPRODUCT_VERSION="1.2.3.4" \ + -DPRODUCT_VERSION="1.2.3.18" \ -DEXESUFFIX=/src \ -DUPX=true \ evol.nsi diff --git a/build/packwin b/build/packwin index 7df57ef43..160b55396 100755 --- a/build/packwin +++ b/build/packwin @@ -7,7 +7,7 @@ dir=`pwd` cd packaging/windows ./make-translations.sh makensis -DDLLDIR=$dir/../mana_win/libs/dll/ \ - -DPRODUCT_VERSION="1.2.3.4" \ + -DPRODUCT_VERSION="1.2.3.18" \ -DEXESUFFIX=/src \ -DUPX=true \ setup.nsi diff --git a/configure.ac b/configure.ac index b2bd7de47..bce69fc33 100755 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT([ManaPlus], [1.2.3.4], [akaras@inbox.ru], [manaplus]) +AC_INIT([ManaPlus], [1.2.3.18], [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 d8bae89c3..8a14a2190 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.2.3.4" -#define CHECK_VERSION "01.02.03.04" +#define SMALL_VERSION "1.2.3.18" +#define CHECK_VERSION "01.02.03.18" #ifdef HAVE_CONFIG_H #include "../config.h" |