From 61040888a373b03cc599750c33186848cae37ef4 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Sat, 24 Jan 2009 20:29:56 +0100 Subject: Version updated to 0.0.28 To be released hopefully tomorrow. --- CMakeLists.txt | 2 +- NEWS | 2 +- README | 2 +- configure.ac | 2 +- data/help/changes.txt | 8 ++++++++ data/help/header.txt | 2 +- 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) 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" -- cgit v1.2.3-70-g09d2