From 587471c00a1b48da614f28ad81b0396cc0c26fbc Mon Sep 17 00:00:00 2001 From: brian-scott-andrews Date: Thu, 24 Oct 2019 18:35:09 -0600 Subject: [PATCH] Update Globals.pas --- Globals.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Globals.pas b/Globals.pas index fb9e15e..df540d8 100644 --- a/Globals.pas +++ b/Globals.pas @@ -7,8 +7,8 @@ interface uses LCLIntf, LCLType, LMessages, Graphics, Classes, uPSRuntime, uPSPreProcessor; const - VERSION = '2.0.5'; // TurboRisk - VERSION_TRSIM = '1.0'; // TRSim + VERSION = '2.0.5D'; // TurboRisk + VERSION_TRSIM = '1.0A'; // TRSim MAXTERRITORIES = 42; // Number of countries in the map MAXBORDERS = 6; // Max number of borders per Territory MAXORIGINS = 20; // Max number of floodfill points per Territory (for coloring)