Skip to content

Commit

Permalink
Update Globals.pas
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-scott-andrews committed Oct 25, 2019
1 parent 8bf67f3 commit 587471c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Globals.pas
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 587471c

Please sign in to comment.