diff options
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | The Mana World.dev | 6 | ||||
-rwxr-xr-x | configure.ac | 2 | ||||
-rw-r--r-- | data/help/header.txt | 2 |
5 files changed, 8 insertions, 7 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c00bdff6..6db059fa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ PROJECT(TMW) -SET(VERSION 0.0.22) +SET(VERSION 0.0.22.1) # where to look for cmake modules SET(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/CMake/Modules) @@ -1,4 +1,5 @@ -0.0.22 (...) +0.0.21.1 (.. October 2006) +- Reload wallpaper after loading updates - Added support for gzip compressed map layer data - Fixed problem with OpenGL related redefinition - Fixed problems with hiding windows using h diff --git a/The Mana World.dev b/The Mana World.dev index cf831648..ca796491 100644 --- a/The Mana World.dev +++ b/The Mana World.dev @@ -33,18 +33,18 @@ CompilerSettings=0010001001000001001101 Major=0 Minor=0 Release=22 -Build=0 +Build=1 LanguageID=1033 CharsetID=1252 CompanyName=The Mana World Development Team -FileVersion=0.0.22 +FileVersion=0.0.22.1 FileDescription=The Mana World InternalName=tmw.exe LegalCopyright=2004-2006 (C) LegalTrademarks= OriginalFilename=tmw.exe ProductName=The Mana World MMORPG -ProductVersion=0.0.22 +ProductVersion=0.0.22.1 AutoIncBuildNr=0 [Unit8] diff --git a/configure.ac b/configure.ac index 4c7be5b7..178796c3 100755 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT([The Mana World], [0.0.22], [elvenprogrammer@gmail.com], [tmw]) +AC_INIT([The Mana World], [0.0.22.1], [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 30c1dc93..1bc43c88 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 ##2Date:##6 17 September 2006 + ##2Version:##6 0.0.22.1 ##2Date:##6 October 2006 ##2 Website: http://themanaworld.org |