summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog14
-rw-r--r--README2
-rw-r--r--README.txt2
-rwxr-xr-xbuild/packevol2
-rwxr-xr-xbuild/packwin2
-rwxr-xr-xconfigure.ac2
-rw-r--r--src/main.h4
7 files changed, 21 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index e141cc995..3b7f634a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/README b/README
index eac9ef39b..b0de5d8d4 100644
--- a/README
+++ b/README
@@ -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"