summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2009-01-24 20:29:56 +0100
committerBjørn Lindeijer <bjorn@lindeijer.nl>2009-01-24 20:29:56 +0100
commit61040888a373b03cc599750c33186848cae37ef4 (patch)
tree5afa025494fb094f3beec5ab66d30d5140b37182
parenta201bc68ba8d95b470ca3faeb6f8f0cf17cf24c0 (diff)
downloadmana-client-61040888a373b03cc599750c33186848cae37ef4.tar.gz
mana-client-61040888a373b03cc599750c33186848cae37ef4.tar.bz2
mana-client-61040888a373b03cc599750c33186848cae37ef4.tar.xz
mana-client-61040888a373b03cc599750c33186848cae37ef4.zip
Version updated to 0.0.28
To be released hopefully tomorrow.
-rw-r--r--CMakeLists.txt2
-rw-r--r--NEWS2
-rw-r--r--README2
-rwxr-xr-xconfigure.ac2
-rw-r--r--data/help/changes.txt8
-rw-r--r--data/help/header.txt2
-rw-r--r--src/winver.h4
7 files changed, 15 insertions, 7 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2c31196f..0ce5d305 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,6 +1,6 @@
PROJECT(TMW)
-SET(VERSION 0.0.27)
+SET(VERSION 0.0.28)
# where to look for cmake modules
SET(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/CMake/Modules)
diff --git a/NEWS b/NEWS
index eba6ee22..649771dc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-0.0.28 (...)
+0.0.28 (25 January 2009)
- Added support for animated map tiles
- Added support for internationalization, plus many translations
- Added support for TrueType fonts
diff --git a/README b/README
index 18621c6c..1af4d3a2 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
THE MANA WORLD
==============
- Version: 0.0.27 Date: 9/12/2008
+ Version: 0.0.28 Date: 25/1/2009
Development team:
- See AUTHORS file for a list
diff --git a/configure.ac b/configure.ac
index 8c1ce8a4..6162dca7 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.59)
-AC_INIT([The Mana World], [0.0.27], [themanaworld-devel@lists.sourceforge.net], [tmw])
+AC_INIT([The Mana World], [0.0.28], [themanaworld-devel@lists.sourceforge.net], [tmw])
AM_INIT_AUTOMAKE
AC_CONFIG_HEADERS([config.h:config.h.in])
AC_LANG_CPLUSPLUS
diff --git a/data/help/changes.txt b/data/help/changes.txt
index 62035a01..62eed904 100644
--- a/data/help/changes.txt
+++ b/data/help/changes.txt
@@ -3,6 +3,14 @@
##3 === RECENT CHANGES ===
+ 0.0.28 (25 January 2009)
+ - Added support for animated map tiles
+ - Added support for internationalization, plus many translations
+ - Added support for TrueType fonts
+ - Trade window is now resizable
+ - Obscure precise home directory name when making screenshots
+ - Fixed follow-parent of nested and being-following particle emitters
+
0.0.27 (9 December 2008)
- Added support for showing map name above minimap
- Added showing how long the ban is when banned
diff --git a/data/help/header.txt b/data/help/header.txt
index 0d3ff134..151eb262 100644
--- a/data/help/header.txt
+++ b/data/help/header.txt
@@ -2,7 +2,7 @@
##1 T H E M A N A W O R L D
##1 ==========================================
- ##2Version:##6 0.0.27 ##2Date:##3 9 December 2008
+ ##2Version:##6 0.0.28 ##2Date:##3 25 January 2009
##2 Website: http://themanaworld.org
diff --git a/src/winver.h b/src/winver.h
index 46d247fc..45043409 100644
--- a/src/winver.h
+++ b/src/winver.h
@@ -1,6 +1,6 @@
/* VERSION DEFINITIONS */
#define VER_MAJOR 0
#define VER_MINOR 0
-#define VER_RELEASE 27
+#define VER_RELEASE 28
#define VER_BUILD 0
-#define PACKAGE_VERSION "0.0.27"
+#define PACKAGE_VERSION "0.0.28"