summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-16 13:25:29 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-16 13:25:29 +0300
commit31f5f2a630e17fa1a3726e38d1475357feba96ca (patch)
tree19ef1a46d005583baef40677df938b3a6f24fb1d
parent42182d0d353251926cdd651eb52caa3c1766ab0a (diff)
downloadplus-31f5f2a630e17fa1a3726e38d1475357feba96ca.tar.gz
plus-31f5f2a630e17fa1a3726e38d1475357feba96ca.tar.bz2
plus-31f5f2a630e17fa1a3726e38d1475357feba96ca.tar.xz
plus-31f5f2a630e17fa1a3726e38d1475357feba96ca.zip
Change version to 1.4.8.16.v1.4.8.16
-rw-r--r--ChangeLog5
-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, 13 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index e4770f1c2..1c97409cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-08-16 New release 1.4.8.16
+fix: floor item position if tile height is not zero.
+fix: allow context menu in outfits window in all places.
+add: upload log button in settings.
+
2014-08-02 New release 1.4.8.2
fix: block char moving if any input fields selected.
fix: possible crash in reset windows button.
diff --git a/README b/README
index fe695018b..5b763156a 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.4.8.2 Date: 2014-08-02
+ Version: 1.4.8.16 Date: 2014-08-16
Development team:
- See AUTHORS file for a list
diff --git a/README.txt b/README.txt
index adeb39100..ab7af85af 100644
--- a/README.txt
+++ b/README.txt
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.4.8.2 Date: 2014-08-02
+ Version: 1.4.8.16 Date: 2014-08-16
Development team:
- See AUTHORS file for a list
diff --git a/build/packevol b/build/packevol
index 978deab65..974fbb72b 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.4.8.2" \
+ -DPRODUCT_VERSION="1.4.8.16" \
-DEXESUFFIX=/src \
-DUPX=true \
evol.nsi
diff --git a/build/packtmw b/build/packtmw
index 200d8d7f4..fd379d40b 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.4.8.2" \
+ -DPRODUCT_VERSION="1.4.8.16" \
-DEXESUFFIX=/src \
-DUPX=true \
tmw.nsi
diff --git a/build/packwin b/build/packwin
index 895343ff1..8c5510df2 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.4.8.2" \
+ -DPRODUCT_VERSION="1.4.8.16" \
-DEXESUFFIX=/src \
-DUPX=true \
setup.nsi
diff --git a/configure.ac b/configure.ac
index 81c2ca481..21564596b 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT([ManaPlus], [1.4.8.2], [akaras@inbox.ru], [manaplus])
+AC_INIT([ManaPlus], [1.4.8.16], [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 9527d03bf..4e06894b6 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.4.8.2"
-#define CHECK_VERSION "01.04.08.02"
+#define SMALL_VERSION "1.4.8.16"
+#define CHECK_VERSION "01.04.08.16"
#ifdef HAVE_CONFIG_H
#include "../config.h"