mirror of
https://github.com/CorsixTH/CorsixTH.git
synced 2025-07-23 04:13:01 +02:00
Bump version for 0.69-beta2
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 = 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.
|
||||
|
@@ -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
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user