Updated documents to reflect which release this is.

This commit is contained in:
Edvin Linge
2013-04-15 16:31:46 +00:00
parent c183f58d08
commit e0216375bd
3 changed files with 5 additions and 3 deletions

View File

@@ -1033,8 +1033,10 @@ end
-- a specific savegame verion is from.
function App:getVersion(version)
local ver = version or self.savegame_version
if ver > 66 then
if ver > 72 then
return "Trunk"
elseif ver > 66 then
return "0.21"
elseif ver > 54 then
return "0.20"
elseif ver > 53 then

View File

@@ -1,5 +1,5 @@
------------------------------------------------------------------------------
-- CorsixTH - Version 0.20 ---------------------------------------------------
-- CorsixTH - Version 0.21 ---------------------------------------------------
------------------------------------------------------------------------------
CorsixTH aims to reimplement the game engine of Theme Hospital, and be able to

View File

@@ -23,7 +23,7 @@
;---------------------------------- Definitions for the game -----------------------------------
!define PRODUCT_NAME "CorsixTH"
!define PRODUCT_VERSION "0.20"
!define PRODUCT_VERSION "0.21"
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
!define PRODUCT_UNINST_ROOT_KEY "HKLM"
!define PRODUCT_STARTMENU_REGVAL "NSIS:StartMenuDir"