summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-08-17 13:47:10 +0300
committerAndrei Karas <akaras@inbox.ru>2013-08-17 13:47:10 +0300
commit5c278653704d4f4b90ebc99bcef2f37c5a208a72 (patch)
treea3beb9116ce112fb68363bc4de4ca61317d57738
parentc3906e4f561b327713ed289b5bc089878022ab1b (diff)
downloadplus-5c278653704d4f4b90ebc99bcef2f37c5a208a72.tar.gz
plus-5c278653704d4f4b90ebc99bcef2f37c5a208a72.tar.bz2
plus-5c278653704d4f4b90ebc99bcef2f37c5a208a72.tar.xz
plus-5c278653704d4f4b90ebc99bcef2f37c5a208a72.zip
Change version to 1.3.8.18.v1.3.8.18
-rw-r--r--ChangeLog10
-rw-r--r--README2
-rw-r--r--README.txt2
-rwxr-xr-xbuild/packevol2
-rwxr-xr-xbuild/packtmw2
-rwxr-xr-xbuild/packwin2
-rwxr-xr-xconfigure.ac2
-rw-r--r--src/main.h4
8 files changed, 18 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 526119c70..b840f0e97 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2013-08-18 New release 1.3.8.18
+fix: money label position in status window.
+fix: shorted long key names.
+fix: outline color issues.
+add: color and font tabs in chat emotes window.
+add: resize and icons in chat emotes window.
+add: autocomplete in chat for online list.
+add: giving item to npc. (evol only)
+add: counter in social window.
+
2013-08-04 New release 1.3.8.4
fix: allow buy protected items.
add: option for hp bar offset.
diff --git a/README b/README
index 87c75e042..7a6a96859 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.3.8.4 Date: 2013-08-04
+ Version: 1.3.8.18 Date: 2013-08-18
Development team:
- See AUTHORS file for a list
diff --git a/README.txt b/README.txt
index a88b64893..1b70fa9dd 100644
--- a/README.txt
+++ b/README.txt
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.3.8.4 Date: 2013-08-04
+ Version: 1.3.8.18 Date: 2013-08-18
Development team:
- See AUTHORS file for a list
diff --git a/build/packevol b/build/packevol
index ecb00bbdd..c723ef5a2 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.8.4" \
+ -DPRODUCT_VERSION="1.3.8.18" \
-DEXESUFFIX=/src \
-DUPX=true \
evol.nsi
diff --git a/build/packtmw b/build/packtmw
index 65d52f365..f84eb4f1a 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.8.4" \
+ -DPRODUCT_VERSION="1.3.8.18" \
-DEXESUFFIX=/src \
-DUPX=true \
tmw.nsi
diff --git a/build/packwin b/build/packwin
index cb7cee516..d49a0d144 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.8.4" \
+ -DPRODUCT_VERSION="1.3.8.18" \
-DEXESUFFIX=/src \
-DUPX=true \
setup.nsi
diff --git a/configure.ac b/configure.ac
index b7bec1eb5..9011ee781 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.59)
-AC_INIT([ManaPlus], [1.3.8.4], [akaras@inbox.ru], [manaplus])
+AC_INIT([ManaPlus], [1.3.8.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 027d3a2c4..d9bd8a107 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.8.4"
-#define CHECK_VERSION "01.03.08.04"
+#define SMALL_VERSION "1.3.8.18"
+#define CHECK_VERSION "01.03.08.18"
#ifdef HAVE_CONFIG_H
#include "../config.h"