Skip to content

Commit

Permalink
Roll version number to 1.84-pr1.
Browse files Browse the repository at this point in the history
  • Loading branch information
w7sst committed Feb 9, 2024
1 parent 1de98f6 commit 65ae85b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Main.pas
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ 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

{
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.
}
Expand Down

0 comments on commit 65ae85b

Please sign in to comment.