diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-04-27 12:32:47 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-04-27 12:32:47 +0300 |
commit | 31629889d81e4500f0e951dbb86cf813f2944862 (patch) | |
tree | 989d611e6311dc3544d19d9e655c8afa5f6b5c46 | |
parent | f7d15b6cd9428e291df0c1d4034c40d256f5f028 (diff) | |
download | plus-31629889d81e4500f0e951dbb86cf813f2944862.tar.gz plus-31629889d81e4500f0e951dbb86cf813f2944862.tar.bz2 plus-31629889d81e4500f0e951dbb86cf813f2944862.tar.xz plus-31629889d81e4500f0e951dbb86cf813f2944862.zip |
Change version to 1.3.4.28.v1.3.4.28
-rw-r--r-- | ChangeLog | 9 | ||||
-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, 16 insertions, 7 deletions
@@ -1,3 +1,12 @@ +2013-04-28 New release 1.3.4.28 +add: delay for hurt sound. +add: support for GIMP palettes. +add: separate time delays for emotes. +add: improve perfomance in SDLFont class. +add: update mplus fonts. +add: ability to close chat tab. (left shift + right click). +add: per server special location for online list. + 2013-04-14 New release 1.3.4.14 fix: login dialog size with some localizations. fix: big http links in chat. @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT =============== - Version: 1.3.4.14 Date: 2013-04-14 + Version: 1.3.4.28 Date: 2013-04-28 Development team: - See AUTHORS file for a list diff --git a/README.txt b/README.txt index efea4675e..8f0e73c51 100644 --- a/README.txt +++ b/README.txt @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT
===============
- Version: 1.3.4.14 Date: 2013-04-14
+ Version: 1.3.4.28 Date: 2013-04-28
Development team:
- See AUTHORS file for a list
diff --git a/build/packevol b/build/packevol index 087fa9af9..9e443122a 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.14" \ + -DPRODUCT_VERSION="1.3.4.28" \ -DEXESUFFIX=/src \ -DUPX=true \ evol.nsi diff --git a/build/packwin b/build/packwin index 6881a1cb7..abd74ead1 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.14" \ + -DPRODUCT_VERSION="1.3.4.28" \ -DEXESUFFIX=/src \ -DUPX=true \ setup.nsi diff --git a/configure.ac b/configure.ac index 9a712548d..233a8ff18 100755 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT([ManaPlus], [1.3.4.14], [akaras@inbox.ru], [manaplus]) +AC_INIT([ManaPlus], [1.3.4.28], [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 df7e59fec..dfc5e6e17 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.14" -#define CHECK_VERSION "01.03.04.14" +#define SMALL_VERSION "1.3.4.28" +#define CHECK_VERSION "01.03.04.28" #ifdef HAVE_CONFIG_H #include "../config.h" |