diff options
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | README | 2 | ||||
-rwxr-xr-x | configure.ac | 2 | ||||
-rw-r--r-- | data/help/header.txt | 2 |
6 files changed, 12 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index cd868bc5..c00bdff6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ PROJECT(TMW) -SET(VERSION 0.0.21.1) +SET(VERSION 0.0.22) # where to look for cmake modules SET(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/CMake/Modules) @@ -1,4 +1,9 @@ -2006-12-18 Philipp Sehmisch <tmw@crushnet.org> +2006-12-21 Bjørn Lindeijer <bjorn@lindeijer.nl> + + * configure.ac, CMakeLists.txt, README, data/help/header.txt: Updated + version to 0.0.22. + +2006-12-18 Philipp Sehmisch <tmw@crushnet.org> * data/graphics/items/armor-chest-vnecksweater.png: New version of the inventory icon for the V-neck sweater by Saphy. @@ -1,4 +1,4 @@ -0.0.22 (...) +0.0.22 (.. December 2006) - Added support for female-specific equipment graphics - Added support for monster sounds - Added item icons to buy/sell dialogs @@ -10,6 +10,7 @@ - Fixed joystick setting not to show disabled when it's actually enabled - Fixed money field to no longer hide below the bottom of the window - Fixed pathfinding to allow walking through beings when they block your path +- Fixed an issue with NPC dialogs staying open after player respawn 0.0.21.1 (30 October 2006) - Reload wallpaper after loading updates @@ -1,7 +1,7 @@ THE MANA WORLD ============== - Version: 0.0.21.1 Date: 30/10/2006 + Version: 0.0.22 Date: ../12/2006 Development team: diff --git a/configure.ac b/configure.ac index 2a523258..4c7be5b7 100755 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT([The Mana World], [0.0.21.1], [elvenprogrammer@gmail.com], [tmw]) +AC_INIT([The Mana World], [0.0.22], [elvenprogrammer@gmail.com], [tmw]) AC_CONFIG_HEADERS([config.h:config.h.in]) AC_LANG_CPLUSPLUS diff --git a/data/help/header.txt b/data/help/header.txt index b292388a..ab6a90fd 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.21.1 ##2Date:##30 October 2006 + ##2Version:##6 0.0.22 ##2Date:##3.. December 2006 ##2 Website: http://themanaworld.org |