From 31629889d81e4500f0e951dbb86cf813f2944862 Mon Sep 17 00:00:00 2001
From: Andrei Karas <akaras@inbox.ru>
Date: Sat, 27 Apr 2013 12:32:47 +0300
Subject: Change version to 1.3.4.28.

---
 ChangeLog      | 9 +++++++++
 README         | 2 +-
 README.txt     | 2 +-
 build/packevol | 2 +-
 build/packwin  | 2 +-
 configure.ac   | 2 +-
 src/main.h     | 4 ++--
 7 files changed, 16 insertions(+), 7 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 53bddf0bd..22dae270d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/README b/README
index 6ea0cd892..c48867804 100644
--- a/README
+++ b/README
@@ -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"
-- 
cgit v1.2.3-70-g09d2