Prep for release candidate 1

This commit is contained in:
Stephen E. Baker
2025-07-07 18:12:30 -04:00
parent a1a0ed0df7
commit d7ae27b44e
4 changed files with 12 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 = 218 -- CorsixTH 0.69-beta2
local SAVEGAME_VERSION = 219 -- CorsixTH 0.69-rc1
class "App"
@@ -1716,6 +1716,7 @@ local release_table = {
{major = 0, minor = 68, revision = 0, patch = "", version = 194},
{major = 0, minor = 69, revision = 0, patch = "-beta1", version = 216},
{major = 0, minor = 69, revision = 0, patch = "-beta2", version = 218},
{major = 0, minor = 69, revision = 0, patch = "-rc1", version = 219},
}
--! 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-beta2/LICENSE.txt
.Lk https://raw.githubusercontent.com/CorsixTH/CorsixTH/v0.69.0-rc1/LICENSE.txt

View File

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------------------
CorsixTH 0.69.0 Release Candidate 1 - released July 2025
-------------------------------------------------------------------------------
# Translations
* Russian translation has been updated. Thanks @Matroftt
* French translation has been updated. Thanks @legluondunet
-------------------------------------------------------------------------------
CorsixTH 0.69.0 Beta 2 - released June 2025
-------------------------------------------------------------------------------
@@ -17,7 +24,7 @@ CorsixTH 0.69.0 Beta 2 - released June 2025
# Bug Fixes
* Fixed some anomalies in the original campaign's map files
# Regressions from 0.69.0 Beta 1
# Regressions
* Fixed a crash in General Diagnosis
* Fixed a compatibility issue with mood markers on old
saves