mirror of
https://github.com/CorsixTH/CorsixTH.git
synced 2025-07-23 20:30:35 +02:00
Bump version for v0.69.0-beta1
This commit is contained in:
@@ -28,7 +28,7 @@ local SDL = require("sdl")
|
||||
-- and add compatibility code in afterLoad functions
|
||||
-- Recommended: Also replace/Update the summary comment
|
||||
|
||||
local SAVEGAME_VERSION = 215 -- Coloured ttf fonts
|
||||
local SAVEGAME_VERSION = 216 -- CorsixTH 0.69.0-beta1
|
||||
|
||||
class "App"
|
||||
|
||||
@@ -1691,8 +1691,10 @@ function App:getVersion(version)
|
||||
-- Versioning format is major.minor.revision (required) Patch (optional)
|
||||
-- Old versions (<= 0.67) retain existing format
|
||||
-- All patch versions should be retained in this table (due to be replaced, see PR2518)
|
||||
if ver > 194 then
|
||||
if ver > 216 then
|
||||
return "Trunk"
|
||||
elseif ver > 194 then
|
||||
return "v0.69.0-beta1"
|
||||
elseif ver > 180 then
|
||||
return "v0.68.0"
|
||||
elseif ver > 170 then
|
||||
|
@@ -95,4 +95,4 @@ Copyright CorsixTH contributors.
|
||||
CorsixTH is available under the MIT license.
|
||||
.Pp
|
||||
For the full license text see:
|
||||
.Lk https://raw.githubusercontent.com/CorsixTH/CorsixTH/v0.68.0/LICENSE.txt
|
||||
.Lk https://raw.githubusercontent.com/CorsixTH/CorsixTH/v0.69.0-beta1/LICENSE.txt
|
||||
|
@@ -24,7 +24,7 @@
|
||||
;---------------------------------- Definitions for the game -----------------------------------
|
||||
|
||||
!define PRODUCT_NAME "CorsixTH"
|
||||
!define PRODUCT_VERSION "0.68.0"
|
||||
!define PRODUCT_VERSION "0.69.0-beta1"
|
||||
!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