diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-04-02 18:14:06 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-04-02 18:14:06 +0300 |
commit | 66b20ff0c111bc83c48b210d407cb8fdd092bf5f (patch) | |
tree | 3d515165e23a0e02cf3ee1806e08cb8585057ea3 | |
parent | d0df36406220717545221b0ed94b9ab4ebb908b3 (diff) | |
download | plus-66b20ff0c111bc83c48b210d407cb8fdd092bf5f.tar.gz plus-66b20ff0c111bc83c48b210d407cb8fdd092bf5f.tar.bz2 plus-66b20ff0c111bc83c48b210d407cb8fdd092bf5f.tar.xz plus-66b20ff0c111bc83c48b210d407cb8fdd092bf5f.zip |
Change version to 1.1.4.3.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | README.txt | 2 | ||||
-rwxr-xr-x | configure.ac | 2 | ||||
-rw-r--r-- | data/help/header.txt | 2 | ||||
-rwxr-xr-x | packwin | 2 | ||||
-rw-r--r-- | src/main.h | 4 |
7 files changed, 11 insertions, 7 deletions
@@ -1,3 +1,7 @@ +2011-04-03 New release 1.1.4.3 +ManaPlus: + + 2011-03-20 New release 1.1.3.20 ManaPlus: fix: other players directions while moving. @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT =============== - Version: 1.1.3.20 Date: 2011-03-20 + Version: 1.1.4.3 Date: 2011-04-03 Development team: - See AUTHORS file for a list diff --git a/README.txt b/README.txt index 9e17d3684..322482368 100644 --- a/README.txt +++ b/README.txt @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT
===============
- Version: 1.1.3.20 Date: 2011-03-20
+ Version: 1.1.4.3 Date: 2011-04-03
Development team:
- See AUTHORS file for a list
diff --git a/configure.ac b/configure.ac index 74ed0d6b1..74e66756a 100755 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT([ManaPlus], [1.1.3.20], [akaras@inbox.ru], [manaplus]) +AC_INIT([ManaPlus], [1.1.4.3], [akaras@inbox.ru], [manaplus]) AM_INIT_AUTOMAKE([1.9]) AC_CONFIG_HEADERS([config.h:config.h.in]) AC_LANG_CPLUSPLUS diff --git a/data/help/header.txt b/data/help/header.txt index 238dfd0f7..d322b791d 100644 --- a/data/help/header.txt +++ b/data/help/header.txt @@ -2,7 +2,7 @@ ##1 M A N A P L U S ##1 ================================ - ##2Version:##6 1.1.3.20 ##2Date:##3 20 # March 2011 + ##2Version:##6 1.1.4.3 ##2Date:##3 03 # April 2011 ##2 Website: http://manaplus.evolonline.org/ ##2 http://tmw.cetki.com/ @@ -5,7 +5,7 @@ dir=`pwd` cd packaging/windows ./make-translations.sh makensis -DDLLDIR=$dir/../mana_win/libs/dll/ \ - -DPRODUCT_VERSION="1.1.3.20" \ + -DPRODUCT_VERSION="1.1.4.3" \ -DEXESUFFIX=/src \ -DUPX=true \ setup.nsi diff --git a/src/main.h b/src/main.h index 82ff6fed7..f7d2af37b 100644 --- a/src/main.h +++ b/src/main.h @@ -89,8 +89,8 @@ //define DEBUG_FONT_COUNTERS 1 //define DEBUG_ALPHA_CACHE 1 -#define SMALL_VERSION "1.1.3.20" -#define CHECK_VERSION "01.01.03.20" +#define SMALL_VERSION "1.1.4.3" +#define CHECK_VERSION "01.01.04.03" #define PACKAGE_EXTENDED_VERSION "ManaPlus (" PACKAGE_OS \ |