mirror of
https://github.com/CorsixTH/CorsixTH.git
synced 2025-07-23 04:13:01 +02:00
Updated documents to reflect which release this is.
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user