diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-07-07 01:17:31 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-07-07 01:17:31 +0300 |
commit | 9c2f2cae4fdebe4dadad7eab3643d5f4556924ea (patch) | |
tree | 882288d5fcaab0ad0e7de9de1d67fb508e415802 | |
parent | a81baa9e0bad6e312af008a800b346c172be47d1 (diff) | |
download | plus-9c2f2cae4fdebe4dadad7eab3643d5f4556924ea.tar.gz plus-9c2f2cae4fdebe4dadad7eab3643d5f4556924ea.tar.bz2 plus-9c2f2cae4fdebe4dadad7eab3643d5f4556924ea.tar.xz plus-9c2f2cae4fdebe4dadad7eab3643d5f4556924ea.zip |
Change version to 1.2.7.8
-rw-r--r-- | ChangeLog | 12 | ||||
-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, 19 insertions, 7 deletions
@@ -1,3 +1,15 @@ +2012-07-08 New release 1.2.7.8 +fix: allow enter in qestion mark. +fix: crashes with corrupted data. +fix: sime memory leaks. +add: basic support for eathena stable. +add: maps without client data (without tmx). +add: special npc font. (by default 13px size) +add: increase npc window default size. +add: popup menu option all except 1. +add: npc avatars (for evol only). +add: floor item attribute for max pixel offset. + 2012-06-24 New release 1.2.6.24 fix: scrolling big text in texfields. fix: npc selection by mouse. @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT =============== - Version: 1.2.6.24 Date: 2012-06-24 + Version: 1.2.7.8 Date: 2012-07-08 Development team: - See AUTHORS file for a list diff --git a/README.txt b/README.txt index e3f903662..fbc9df068 100644 --- a/README.txt +++ b/README.txt @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT
===============
- Version: 1.2.6.24 Date: 2012-06-24
+ Version: 1.2.7.8 Date: 2012-07-08
Development team:
- See AUTHORS file for a list
diff --git a/build/packevol b/build/packevol index 500ffda82..d9ca741f0 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.2.6.24" \ + -DPRODUCT_VERSION="1.2.7.8" \ -DEXESUFFIX=/src \ -DUPX=true \ evol.nsi diff --git a/build/packwin b/build/packwin index 205a15346..884d1e0b4 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.2.6.24" \ + -DPRODUCT_VERSION="1.2.7.8" \ -DEXESUFFIX=/src \ -DUPX=true \ setup.nsi diff --git a/configure.ac b/configure.ac index eb2c55fc8..e678d19c6 100755 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT([ManaPlus], [1.2.6.24], [akaras@inbox.ru], [manaplus]) +AC_INIT([ManaPlus], [1.2.7.8], [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 f3feec1ff..933b0197c 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.6.24" -#define CHECK_VERSION "01.02.06.24" +#define SMALL_VERSION "1.2.7.8" +#define CHECK_VERSION "01.02.07.08" #ifdef HAVE_CONFIG_H #include "../config.h" |