From 65ae85be8c6393f74906ebfb6fd90e73408157fd Mon Sep 17 00:00:00 2001 From: Mike Brashler Date: Fri, 9 Feb 2024 00:46:55 -0800 Subject: [PATCH] Roll version number to 1.84-pr1. --- Main.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Main.pas b/Main.pas index 1d6d2ef..672d5ce 100644 --- a/Main.pas +++ b/Main.pas @@ -21,7 +21,7 @@ interface const WM_TBDOWN = WM_USER+1; - sVersion: String = '1.83.1-pr1'; { Sets version strings in UI panel. } + sVersion: String = '1.84-pr1'; { Sets version strings in UI panel. } type @@ -29,7 +29,7 @@ interface Defines the characteristics and behaviors of an exchange field. Used to declare various exchange field behaviors. Field Definitions are indexed by a contest definition (e.g. ARRL FD uses etFdClass and - etStateProc). As new contests are added, new field definition + etStateProv). As new contests are added, new field definition may be required. When adding a new exchange field definition, search for existing code usages to find areas that will require changes. }