Bump version for v0.69.0-beta1

This commit is contained in:
Stephen E. Baker
2025-06-07 15:05:37 -04:00
parent c8d625c3cc
commit c2d4c03c0a
3 changed files with 6 additions and 4 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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"