Bump version for 0.69-beta2

This commit is contained in:
Stephen E. Baker
2025-06-21 20:13:02 -04:00
parent 3dd96b566b
commit 54047ab854
3 changed files with 5 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 = 217 -- Fix original campaign maps
local SAVEGAME_VERSION = 218 -- CorsixTH 0.69-beta2
class "App"
@@ -1714,7 +1714,8 @@ local release_table = {
{major = 0, minor = 66, revision = 0, patch = "", version = 170},
{major = 0, minor = 67, revision = 0, patch = "", version = 180},
{major = 0, minor = 68, revision = 0, patch = "", version = 194},
{major = 0, minor = 69, revision = 0, patch = "-beta-1", version = 216}
{major = 0, minor = 69, revision = 0, patch = "-beta1", version = 216},
{major = 0, minor = 69, revision = 0, patch = "-beta2", version = 218},
}
--! Retrieve the current savegame version as defined in the application.

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.69.0-beta1/LICENSE.txt
.Lk https://raw.githubusercontent.com/CorsixTH/CorsixTH/v0.69.0-beta2/LICENSE.txt

View File

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