From 3485b4ce57488994ec551dd974a9edda34f9f9d7 Mon Sep 17 00:00:00 2001 From: brian-scott-andrews Date: Thu, 24 Oct 2019 18:41:04 -0600 Subject: [PATCH] Revise Version to 2.0.6D Versioning in Menu to distinguish between Mario release and lazarus --- Globals.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Globals.pas b/Globals.pas index df540d8..53dedbb 100644 --- a/Globals.pas +++ b/Globals.pas @@ -7,7 +7,7 @@ interface uses LCLIntf, LCLType, LMessages, Graphics, Classes, uPSRuntime, uPSPreProcessor; const - VERSION = '2.0.5D'; // TurboRisk + VERSION = '2.0.6D'; // TurboRisk VERSION_TRSIM = '1.0A'; // TRSim MAXTERRITORIES = 42; // Number of countries in the map MAXBORDERS = 6; // Max number of borders per Territory