diff options
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | README | 2 | ||||
-rwxr-xr-x | configure.ac | 2 | ||||
-rw-r--r-- | data/help/changes.txt | 8 | ||||
-rw-r--r-- | data/help/header.txt | 2 | ||||
-rw-r--r-- | src/winver.h | 4 |
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) @@ -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 @@ -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" |